[Lxml-checkins] r46714 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Tue Sep 18 11:20:30 CEST 2007


Author: scoder
Date: Tue Sep 18 11:20:15 2007
New Revision: 46714

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

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Tue Sep 18 11:20:15 2007
@@ -2,6 +2,27 @@
 lxml changelog
 ==============
 
+Under development
+=================
+
+Features added
+--------------
+
+* New C-API function ``hasChild()`` to test for children
+
+* ``annotate()`` function in objectify can annotate with Python types and XSI
+  types in one step.  Accompanied by ``xsiannotate()`` and ``pyannotate()``.
+
+Bugs fixed
+----------
+
+Other changes
+-------------
+
+* Type annotation in objectify now preserves the already annotated type be
+  default to prevent loosing type information that is already there.
+
+
 2.0alpha2 (2007-09-15)
 ======================
 


More information about the lxml-checkins mailing list