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 b8530b2..7a9d3f2 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -4,6 +4,9 @@ Change Log
Version 2.1.10 -
-------------------------------
+- Fixed bug in reporting named parse results for ZeroOrMore
+ expressions, thanks Ethan Nash for reporting this!
+
- Added support for multiline test strings in runTests.
- Fixed bug in ParseResults.dump when keys were not strings.