summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2017-04-23 03:35:06 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2017-04-23 03:35:06 +0000
commitf1d12567a8da4d254e6d62bb0d650c87c7d0bb89 (patch)
tree35ed39c25bb8e1515e26c470947b156473a0c253
parent6f7937d30758774a7acd036ff2c15fdce89af543 (diff)
downloadpyparsing-git-f1d12567a8da4d254e6d62bb0d650c87c7d0bb89.tar.gz
Update oc.py example: fix regex for '==' operator, add packrat parsing and function call as expression operand
-rw-r--r--src/CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 91eaf63..4cf7fb0 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,6 +2,13 @@
Change Log
==========
+Version 2.2.1 - April, 2017
+---------------------------
+- 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!
+
+
Version 2.2.0 - March, 2017
---------------------------
- Bumped minor version number to reflect compatibility issues with