diff options
| author | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-17 23:14:44 +0000 |
|---|---|---|
| committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-08-17 23:14:44 +0000 |
| commit | c0de8da86ed1a4a6e17a312f3d11a3cd37f3b211 (patch) | |
| tree | 0eb56489ce6da5f44cde7eed8f0cd032498d6959 /src/CHANGES | |
| parent | 27649297b6dfd204753f97728350fda945653d88 (diff) | |
| download | pyparsing-git-c0de8da86ed1a4a6e17a312f3d11a3cd37f3b211.tar.gz | |
Added CloseMatch class
Diffstat (limited to 'src/CHANGES')
| -rw-r--r-- | src/CHANGES | 7 |
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
|
