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
commitf361aacefa877c8b431ace557b27898b3a12568d (patch)
tree658ed832e9cbcb38f1af14b056d834188ea9d492 /NEWS.txt
parent5b224088cefb7d4e55339a1e238d233b97e256d4 (diff)
downloadbeautifulsoup4-f361aacefa877c8b431ace557b27898b3a12568d.tar.gz
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