summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2020-04-05 18:05:40 -0500
committerptmcg <ptmcg@austin.rr.com>2020-04-05 18:05:40 -0500
commit6a18916481fafa24839a8724b85e126c83f477f9 (patch)
tree8d536d681f680a849d6a60e42365a5cdfbdfaba8
parent2e1d88c7e687760de7c1d3d4a0b2c16a479ba91d (diff)
downloadpyparsing-git-6a18916481fafa24839a8724b85e126c83f477f9.tar.gz
Thanks for the help
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 035bf2c..14f6e75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -188,6 +188,13 @@ Version 3.0.0a1 - April, 2020
- Minor reformatting of output from runTests to make embedded
comments more visible.
+- And finally, many thanks to those who helped in the restructuring
+ of the pyparsing code base as part of this release. Pyparsing now
+ has more standard package structure, more standard unit tests,
+ and more standard code formatting (using black). Special thanks
+ to jdufresne, klahnakoski, mattcarmody, and ckeygusuz, to name just
+ a few.
+
Version 2.4.6 - December, 2019
------------------------------