summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-05-24 11:59:10 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-05-24 11:59:10 -0400
commit49aa4dd243353f7d0f25d7c5ea51ba3344110a47 (patch)
treed38b3cde2a5321d5acc396ffbfed01d74237a4d4 /NEWS.txt
parent44a7d024d824ccf557f67c81503131f824e3b109 (diff)
Fixed the inability to search for non-ASCII attribute
values. [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.
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 6a21d45..2682720 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -17,7 +17,11 @@
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]
+* Fixed the inability to search for non-ASCII attribute
+ values. [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.
= 4.0.5 (20120427) =