diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-05-29 13:25:01 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-05-29 13:25:01 -0400 |
commit | 8ec2a7d9423a6269f74c47ec2475b6c5fd143437 (patch) | |
tree | c56ac2168b2d10da6057e9b84c129f081cf039e6 /NEWS.txt | |
parent | 49aa4dd243353f7d0f25d7c5ea51ba3344110a47 (diff) |
Prep for release.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,4 @@ -= 4.1.0 (unreleased) = += 4.1.0 (20120529) = * Added experimental support for fixing Windows-1252 characters embedded in UTF-8 documents. (UnicodeDammit.detwingle()) @@ -11,14 +11,13 @@ * 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. + attributes. [bug=1002378] Thanks to Oliver Beattie for the patch. * Fixed some edge-case bugs having to do with inserting an element into a tag it's already inside, and replacing one of a tag's children with another. [bug=997529] -* Fixed the inability to search for non-ASCII attribute - values. [bug=1003974] +* Added the ability to search for attribute values specified in UTF-8. [bug=1003974] This caused a major refactoring of the search code. All the tests pass, but it's possible that some searches will behave differently. |