summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-11 15:27:25 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-05-11 15:27:25 +0000
commit2311094933443ba9e8b791d268b7e9893b2f9814 (patch)
treeb9977cebf07eb5965f8ed620bd9355dd3e0a1554
parent7f8dbd875e84a7b79bef2d6ce6a0b42e94e20603 (diff)
downloadpyparsing-2311094933443ba9e8b791d268b7e9893b2f9814.tar.gz
Notes on _trim_arity fix
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@342 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
-rw-r--r--src/CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 6bc0d09..d211f87 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,7 +2,14 @@
Change Log
==========
-Version 2.1.2 -
+Version 2.1.3 - May, 2016
+------------------------------
+- _trim_arity fix in 2.1.2 was very version-dependent on Py 3.5.0.
+ Now works for Python 2.x, 3.3, 3.4, 3.5.0, and 3.5.1 (and hopefully
+ beyond).
+
+
+Version 2.1.2 - May, 2016
------------------------------
- Fixed bug in _trim_arity when pyparsing code is included in a
PyInstaller, reported by maluwa.