summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-01-27 23:43:22 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2016-01-27 23:43:22 +0000
commitd8ba11404b98487b806e7fac2ade880fdad76cda (patch)
treef8da3554b62bf43bea2677a98adad7d801daa789
parent8294fbe3001448e19491426220453a92f4586c8d (diff)
downloadpyparsing-d8ba11404b98487b806e7fac2ade880fdad76cda.tar.gz
Add CHANGES blurb for example fixes
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@317 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
-rw-r--r--src/CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index bf7af4f..ff211a2 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -21,6 +21,9 @@ Version 2.0.8 -
- Fixed ParseResults.asDict() to correctly convert nested ParseResults
values to dicts.
+
+- Cleaned up some examples, fixed typo in fourFn.py identified by
+ aristotle2600 on reddit.
Version 2.0.7 -