summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 823ad88..6cc9934 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -22,6 +22,14 @@ Version 2.1.6 -
while the generic "number" is similar to the flexible number syntax
in other languages.
+- Major change to docs! After seeing some comments on reddit about
+ general issue with docs of Python modules, and thinking that I'm a
+ little overdue in doing some doc tuneup on pyparsing, I decided to
+ following the suggestions of the redditor and add more inline examples
+ to the pyparsing reference documentation. I hope this addition
+ will clarify some of the more common questions people have, especially
+ when first starting with pyparsing/Python.
+
- Deprecated ParseResults.asXML. I've never been too happy with this
method, and it usually forces some unnatural code in the parsers in
order to get decent tag names. The amount of guesswork that asXML