summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2019-03-30 02:48:59 -0500
committerPaul McGuire <ptmcg@austin.rr.com>2019-03-30 02:48:59 -0500
commit6c46e5800c9c934c39a583294f0b17ceef7e35af (patch)
tree38a8a45787342676671b98cb3468cadd0c35954e
parent5a2fd3bd482d7c3c61d054601c4a17a1111e7747 (diff)
downloadpyparsing-git-6c46e5800c9c934c39a583294f0b17ceef7e35af.tar.gz
Catch up CHANGES file with other PRs and commits since last relaese
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ef7f8ec..68dedcc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,16 @@ Version 2.4.0 - March, 2019
setting the flag to True or False in these later versions will have no
effect.
+- Added example parser for rosettacode.org tutorial compiler.
+
+- Fixed bug in runTests handling '\n' literals in quoted strings.
+
+- indentedBlock failure handling was improved; PR submitted by TMiguelT,
+ thanks!
+
+- Address Py2 incompatibility in simpleUnitTests, plus explain() and
+ Forward str() cleanup; PRs graciously provided by eswald.
+
Version 2.3.1 - January, 2019
-----------------------------