summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2014-04-09 13:56:20 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2014-04-09 13:56:20 +0000
commitf267f3121cec683b164854e72179c0a97904a383 (patch)
treeb7b2fe775a59c7293f9cfa662eb5e0c915c1f98a /src/CHANGES
parent6b43e5e3d4562f6f6bf572a8a6d0327ab3eeb696 (diff)
downloadpyparsing-f267f3121cec683b164854e72179c0a97904a383.tar.gz
Fixed markInputline bug; reverted some <<= to << changes to avoid local/nonlocal reference problems
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@263 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/CHANGES b/src/CHANGES
index c2a0c3e..fe358a2 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,8 +2,8 @@
Change Log
==========
-Version 2.0.2 -
------------------------
+Version 2.0.2 - April, 2014
+---------------------------
- Extended "expr(name)" shortcut (same as "expr.setResultsName(name)")
to accept "expr()" as a shortcut for "expr.copy()".
@@ -41,6 +41,8 @@ Version 2.0.2 -
second default return value argument is supported, just as in
dict.pop().
+- Fixed bug in markInputline, thanks for reporting this, Matt Grant!
+
- Cleaned up my unit test environment, now runs with Python 2.6 and
3.3.