diff --git a/CHANGES.txt b/CHANGES.txt index 99fa9a2b6..5c5d728a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,8 @@ Features added Bugs fixed ---------- +* ``ElementTree.find*()`` didn't accept QName objects. + * lxml.etree accepted non well-formed namespace prefix names. Other changes @@ -18,8 +20,9 @@ Other changes * New Elements created through the ``makeelement()`` method of an HTML parser or through lxml.html now end up in a new HTML document - instead of a generic XML document. This mostly impacts the default - serialisation. + (doctype HTML 4.01 Transitional) instead of a generic XML document. + This mostly impacts the serialisation and the availability of a DTD + context. 2.1alpha1 (2008-03-27)