summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-05-06 13:34:52 -0400
committerLeonard Richardson <leonardr@segfault.org>2017-05-06 13:34:52 -0400
commitc556b8a6b42843fac40c55459aa5c494e2798349 (patch)
tree844e681248fe816addb1187538ba40620d9188db /NEWS.txt
parent49cc750524fb436fa4880eefa6c8d0b3bbbd7175 (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.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index f885e4e..0fa568c 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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) =