summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 99214c9..91eaf63 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -23,6 +23,9 @@ Version 2.2.0 - March, 2017
- Minor internal change when using '-' operator, to be compatible
with ParserElement.streamline() method.
+- Expanded infixNotation to accept a list or tuple of parse actions
+ to attach to an operation.
+
- New unit test added for dill support for storing pyparsing parsers.
Ordinary Python pickle can be used to pickle pyparsing parsers as
long as they do not use any parse actions. The 'dill' module is an