diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-07-14 16:55:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-14 16:55:49 -0500 |
commit | f2c6784d5defcfa2fd13fafec02e76ce365b2285 (patch) | |
tree | 8afaef9451be06c3a29d6ef7d4fcf3ded29df8a6 | |
parent | 8962e7c69184dba00371c0ae52a9676dc4b40282 (diff) | |
download | pyparsing-git-f2c6784d5defcfa2fd13fafec02e76ce365b2285.tar.gz |
Add note to CHANGES
-rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,12 +2,14 @@ Change Log
==========
-Version 2.2.1 - April, 2017
+Version 2.2.1 - TBD
---------------------------
- Updated oc.py example to support function calls in arithmetic
expressions; fixed regex for '==' operator; and added packrat
parsing. Raised on the pyparsing wiki by Boris Marin, thanks!
+- Fixed bug in select_parser.py example, group_by_terms was not
+ reported. Reported on SF bugs by Adam Groszer, thanks Adam!
Version 2.2.0 - March, 2017
---------------------------
|