diff options
author | ptmcg <ptmcg@austin.rr.com> | 2020-04-05 18:05:40 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2020-04-05 18:05:40 -0500 |
commit | 6a18916481fafa24839a8724b85e126c83f477f9 (patch) | |
tree | 8d536d681f680a849d6a60e42365a5cdfbdfaba8 | |
parent | 2e1d88c7e687760de7c1d3d4a0b2c16a479ba91d (diff) | |
download | pyparsing-git-6a18916481fafa24839a8724b85e126c83f477f9.tar.gz |
Thanks for the help
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ------------------------------ |