[Lxml-checkins] r32341 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Thu Sep 14 22:00:56 CEST 2006


Author: scoder
Date: Thu Sep 14 22:00:55 2006
New Revision: 32341

Modified:
   lxml/trunk/CHANGES.txt
Log:
updated CHANGES.txt

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Thu Sep 14 22:00:55 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