summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d5e2fbb..ade02b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -119,6 +119,10 @@ Version 3.0.0a2 - June, 2020
mistake when using Forwards)
(**currently not working on PyPy**)
+- Added ParserElement.recurse() method to make it simpler for
+ grammar utilities to navigate through the tree of expressions in
+ a pyparsing grammar.
+
- Fixed bug in ParseResults repr() which showed all matching
entries for a results name, even if listAllMatches was set
to False when creating the ParseResults originally. Reported