Author: scoder
Date: Tue Aug 8 20:00:30 2006
New Revision: 31183
Modified:
lxml/trunk/CHANGES.txt
Log:
small fix in ChangeLog
Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt (original)
+++ lxml/trunk/CHANGES.txt Tue Aug 8 20:00:30 2006
@@ -8,10 +8,10 @@
Features added
--------------
-* Unlock the GIL for deep copying documents and for XPath()
-
* Support for Python 2.5 beta
+* Unlock the GIL for deep copying documents and for XPath()
+
* New ``compact`` keyword argument for parsing read-only documents
* Support for parser options in iterparse()
|