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
commitc8221ac4a36666b775f2f77920b3a5071109d374 (patch)
tree776ddc4cc1f8981c1c868d12c334fae8142c8a5c /NEWS.txt
parentf361aacefa877c8b431ace557b27898b3a12568d (diff)
downloadbeautifulsoup4-c8221ac4a36666b775f2f77920b3a5071109d374.tar.gz
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) =