Author: scoder
Date: Tue Jul 17 08:03:49 2007
New Revision: 45149
Modified:
lxml/trunk/CHANGES.txt
Log:
getiterator() also supports 'Entity' as tag
Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt (original)
+++ lxml/trunk/CHANGES.txt Tue Jul 17 08:03:49 2007
@@ -47,7 +47,8 @@
* ``Element()`` did not raise an exception on tag names containing ':'
* ``Element.getiterator(tag)`` did not accept ``Comment`` and
- ``ProcessingInstruction`` as tags. It also accepts ``Element`` now.
+ ``ProcessingInstruction`` as tags. It also accepts ``Element`` and
+ ``Entity`` now.
* The XML parser did not report undefined entities as error
|