diff options
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,14 +1,18 @@ -= 4.1.1 (Unreleased) = += 4.1.1 (20120703) = * Fixed an html5lib tree builder crash which happened when html5lib -moved a tag with a multivalued attribute from one part of the tree to -another. [bug=1019603] + moved a tag with a multivalued attribute from one part of the tree + to another. [bug=1019603] -* Correctly handle closing tags with an XML namespace declared. Patch +* Correctly display closing tags with an XML namespace declared. Patch by Andreas Kostyrka. [bug=1019635] * Fixed a typo that made parsing significantly slower than it should - have been. [bug=1020268] + have been, and also waited too long to close tags with XML + namespaces. [bug=1020268] + +* get_text() now returns an empty Unicode string if there is no text, + rather than an empty bytestring. [bug=1020387] = 4.1.0 (20120529) = |