summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 5868b1a..70a7cf4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,8 +64,8 @@ Deprecated features removed:
will have changed as a result.
-Version 3.0.0a2
----------------
+Version 3.0.0a2 - June, 2020
+----------------------------
- API CHANGE
Changed result returned when parsing using countedArray,
the array items are no long returned in a doubly-nested
@@ -94,6 +94,11 @@ Version 3.0.0a2
Very nice work provided by Michael Milton, thanks a ton!
+- Added ignoreWhitespace(recurse:bool = True) and added a
+ recurse argument to leaveWhitespace, both added to provide finer
+ control over pyparsing's whitespace skipping. Also contributed
+ by Michael Milton.
+
- Enhanced ParseResults dump() to show both results names and list
subitems. Fixes bug where adding a results name would hide
lower-level structures in the ParseResults.