[Lxml-checkins] r32340 - lxml/branch/lxml-1.1
scoder at codespeak.net
scoder at codespeak.net
Thu Sep 14 21:59:59 CEST 2006
Author: scoder
Date: Thu Sep 14 21:59:58 2006
New Revision: 32340
Modified:
lxml/branch/lxml-1.1/CHANGES.txt
Log:
updated CHANGES.txt
Modified: lxml/branch/lxml-1.1/CHANGES.txt
==============================================================================
--- lxml/branch/lxml-1.1/CHANGES.txt (original)
+++ lxml/branch/lxml-1.1/CHANGES.txt Thu Sep 14 21:59:58 2006
@@ -2,6 +2,29 @@
lxml changelog
==============
+current
+=======
+
+Features added
+--------------
+
+* Support custom elements for tree nodes in lxml.objectify
+
+Bugs fixed
+----------
+
+* Factories objectify.Element() and objectify.DataElement() were missing
+ ``attrib`` and ``nsmap`` keyword arguments
+
+* Changing the default parser in lxml.objectify did not update the factories
+ Element() and DataElement()
+
+* Let lxml.objectify.Element() always generate tree elements (not data
+ elements)
+
+* Build under Windows failed ('\0' bug in patched Pyrex version)
+
+
1.1 (2006-09-13)
================
More information about the lxml-checkins
mailing list