diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 13:23:18 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 13:23:18 -0400 |
commit | 49cc750524fb436fa4880eefa6c8d0b3bbbd7175 (patch) | |
tree | 0d282e7eee39e43ed6cc7e1b5541bad4d585bed5 /NEWS.txt | |
parent | 2874552990cf9668d721808d3dbd1cd80a98c614 (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.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |