summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index b73b7bb..0fca15f 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -12,6 +12,11 @@ Version 2.1.8 -
- Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite
loop with Suppress.
+- Fixed bug in Each, when merging named results from multiple
+ expressions in a ZeroOrMore or OneOrMore. Also fixed bug when
+ ZeroOrMore expressions were erroneously treated as required
+ expressions in an Each expression.
+
- Added a few more inline doc examples.