summaryrefslogtreecommitdiff
path: root/src/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'src/CHANGES')
-rw-r--r--src/CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 7f54de6..e5f8fb2 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -14,7 +14,7 @@ Version 2.0.4 -
such as "[а-яА-Я]" instead of "[\u0430-\u044f\u0410-\u042f]". Thanks
to Alexandr Suchkov for the patch!
-- Enhanced implementation of replaceWith
+- Enhanced implementation of replaceWith.
- Fixed enhanced ParseResults.dump() method when the results consists
only of an unnamed array of sub-structure results. Reported by Robin
@@ -34,6 +34,10 @@ Version 2.0.4 -
tired of writing the same test code over and over, and finally added it
as a test point method on ParserElement.
+- Added withClass helper method, a simplified version of withAttribute for
+ the common but annoying case when defining a filter on a div's class -
+ made difficult because 'class' is a Python reserved word.
+
Version 2.0.3 -
---------------------------