summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index e32cc21..979b5c3 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -8,6 +8,9 @@ Version 2.1.9 -
"close" matches, that is, strings with at most 'n' mismatching
characters.
+- Fixed bug in Keyword.setDefaultKeywordChars(), reported by Kobayashi
+ shinji - nice catch, thanks!
+
- Minor API change in pyparsing_common. Renamed some of the common
expressions to PEP8 format (to be consistent with the other
pyparsing_common expressions):
@@ -30,6 +33,9 @@ Version 2.1.9 -
small step - when pyparsing 3.0 comes around, everything will change
to PEP8 snake case.)
+- Fixed Python3 compatibility bug when using dict keys() and values()
+ in ParseResults.getName().
+
Version 2.1.8 -
------------------------------