diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-01-27 23:43:22 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-01-27 23:43:22 +0000 |
commit | f10a0b883d90ecfd86a645f0d568beb4dda54f83 (patch) | |
tree | f8da3554b62bf43bea2677a98adad7d801daa789 /src | |
parent | 986c535fca52ce0793ce7848c506b49f95126120 (diff) | |
download | pyparsing-git-f10a0b883d90ecfd86a645f0d568beb4dda54f83.tar.gz |
Add CHANGES blurb for example fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES | 3 |
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 -
|