From a36072d62f51ff512fae776d826c1c9dee56eb71 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Sun, 23 Apr 2017 03:35:06 +0000 Subject: Update oc.py example: fix regex for '==' operator, add packrat parsing and function call as expression operand git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@463 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b --- src/CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1