diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 13:34:52 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-05-06 13:34:52 -0400 |
commit | c556b8a6b42843fac40c55459aa5c494e2798349 (patch) | |
tree | 844e681248fe816addb1187538ba40620d9188db /NEWS.txt | |
parent | 49cc750524fb436fa4880eefa6c8d0b3bbbd7175 (diff) |
HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element tags) correctly. [bug=1656909]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,10 @@ = 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] +* It's now possible to use a tag's namespace prefix when searching, + e.g. soup.find('namespace:tag') [bug=1655332] + +* HTML parsers treat all HTML4 and HTML5 empty element tags (aka void + element tags) correctly. [bug=1656909] = 4.5.3 (20170102) = |