summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2017-04-23 03:35:06 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2017-04-23 03:35:06 +0000
commita36072d62f51ff512fae776d826c1c9dee56eb71 (patch)
tree35ed39c25bb8e1515e26c470947b156473a0c253
parentd56dee3d3cc7e2d8f9ee05edcdba1a659d449216 (diff)
downloadpyparsing-master.tar.gz
Update oc.py example: fix regex for '==' operator, add packrat parsing and function call as expression operandHEADmaster
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@463 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
-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