summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-08-17 23:14:44 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-08-17 23:14:44 +0000
commitf1fc1015646028bee1a8c5052e85def25847324f (patch)
tree0eb56489ce6da5f44cde7eed8f0cd032498d6959 /src/CHANGES
parent57c49d7efcc51c0d10788e2c669fef3f4f057db7 (diff)
downloadpyparsing-f1fc1015646028bee1a8c5052e85def25847324f.tar.gz
Added CloseMatch class
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@425 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index c2156cc..40c08ff 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,6 +2,13 @@
Change Log
==========
+Version 2.1.9 -
+------------------------------
+- Added class CloseMatch, a variation on Literal which matches
+ "close" matches, that is, strings with at most 'n' mismatching
+ characters.
+
+
Version 2.1.8 -
------------------------------
- Fixed issue in the optimization to _trim_arity, when the full