summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-05-06 13:23:18 -0400
committerLeonard Richardson <leonardr@segfault.org>2017-05-06 13:23:18 -0400
commit49cc750524fb436fa4880eefa6c8d0b3bbbd7175 (patch)
tree0d282e7eee39e43ed6cc7e1b5541bad4d585bed5 /NEWS.txt
parent2874552990cf9668d721808d3dbd1cd80a98c614 (diff)
It's now possible to use a tag's namespace prefix when searching,
e.g. soup.find('namespace:tag') [bug=1655332]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index e88dd68..f885e4e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,8 @@
+= 4.5.4 (Unreleased) =
+
+* It's now possible to use a tag's namespace prefix when searching for
+ it, e.g. soup.find('namespace:tag') [bug=1655332]
+
= 4.5.3 (20170102) =
* Fixed foster parenting when html5lib is the tree builder. Thanks to