summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-15 14:07:04 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-15 14:07:04 -0500
commitbe0c08585f54ec709740ff4352006bf3e605b8f2 (patch)
tree342c8a482bef4490a8f0fbb528611888bcf76721 /NEWS.txt
parent0f6d3cfbef6fc0b90f0e9fbe58408e00c2383070 (diff)
Better defined behavior when the user wants to search for a combination of text and tag-specific arguments. [bug=695312]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 98535ef..1c3e19c 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,13 @@
= 4.0.0b6 () =
+* Passing text along with tag-specific arguments to a find* method:
+
+ find("a", text="Click here")
+
+ will find tags that contain the given text as their
+ .string. Previously, the tag-specific arguments were ignored and
+ only strings were searched.
+
* Fixed a bug that caused the html5lib tree builder to build a
partially disconnected tree. Generally cleaned up the html5lib tree
builder.