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 7a9d3f2..bf964aa 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -7,6 +7,11 @@ Version 2.1.10 -
- Fixed bug in reporting named parse results for ZeroOrMore
expressions, thanks Ethan Nash for reporting this!
+- Fixed behavior of LineStart to be much more predictable.
+ LineStart can now be used to detect if the next parse position
+ is col 1, factoring in potential leading whitespace (which would
+ cause LineStart to fail).
+
- Added support for multiline test strings in runTests.
- Fixed bug in ParseResults.dump when keys were not strings.