summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-05-24 08:28:14 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-05-24 08:28:14 -0400
commit34c036cde4ed75e000be2d29f542a3f9ec215dfa (patch)
treef7da41504e50da02587ac4acd0d8a93ae2f50f70 /NEWS.txt
parentc84e08aa77764578ca1be2a322a4a7bed12d6851 (diff)
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.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index acfb93d..b9c92fe 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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 &quot; 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.