summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2018-07-14 16:55:49 -0500
committerGitHub <noreply@github.com>2018-07-14 16:55:49 -0500
commitf2c6784d5defcfa2fd13fafec02e76ce365b2285 (patch)
tree8afaef9451be06c3a29d6ef7d4fcf3ded29df8a6
parent8962e7c69184dba00371c0ae52a9676dc4b40282 (diff)
downloadpyparsing-git-f2c6784d5defcfa2fd13fafec02e76ce365b2285.tar.gz
Add note to CHANGES
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4cf7fb0..8b21b51 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
---------------------------