diff options
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ = 4.1.0 (unreleased) = * Added experimental support for fixing Windows-1252 characters - embedded in UTF-8 documents. + embedded in UTF-8 documents. (UnicodeDammit.detwingle()) * Fixed the handling of " with the built-in parser. [bug=993871] @@ -9,6 +9,10 @@ markup declarations are now treated as preformatted strings, the way CData blocks are. [bug=1001025] +* Fixed a bug with the lxml treebuilder that prevented the user from + adding attributes to a tag that didn't originally have + any. [bug=1002378] Thanks to Oliver Beattie for the patch. + = 4.0.5 (20120427) = * Added a new method, wrap(), which wraps an element in a tag. |