summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-02-23 22:17:23 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-02-23 22:17:23 +0000
commitd81f2cce3f16bc62a0dc9729137d0226ed446fa2 (patch)
treee6c89150c09856dc5e2faa8bf38478dc0774b9a6 /src/CHANGES
parent158315294d41ec0f833969f5781aa6f3fa61aafc (diff)
downloadpyparsing-d81f2cce3f16bc62a0dc9729137d0226ed446fa2.tar.gz
Fixed bug in Each introduced in 2.1.0
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@328 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 2072701..580a2fb 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -8,6 +8,9 @@ Version 2.1.1 -
- Fixed bug in SkipTo when using failOn, reported by robyschek, thanks!
+- Fixed bug in Each introduced in 2.1.0, reported by AND patch and
+ unit test submitted by robyschek, well done!
+
- Removed use of functools.partial in replaceWith, as this creates
an ambiguous signature for the generated parse action, which fails in
PyPy. Reported by Evan Hubinger, thanks Evan!