summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-05-06 21:31:10 -0400
committerLeonard Richardson <leonardr@segfault.org>2017-05-06 21:31:10 -0400
commit797c844c569f0f32ee243642bb6a286d12a004a8 (patch)
treeefcb0134d06ffb26b38382b3e3971fa45a32d48f /NEWS.txt
parent9f811070c46bfca9868b0365b8c209bd2ca17924 (diff)
Improved the handling of empty-element tags like <br> when using the
html.parser parser. [bug=1676935]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index daeec24..91fe13c 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -7,6 +7,9 @@
* It's now possible to use a tag's namespace prefix when searching,
e.g. soup.find('namespace:tag') [bug=1655332]
+* Improved the handling of empty-element tags like <br> when using the
+ html.parser parser. [bug=1676935]
+
* HTML parsers treat all HTML4 and HTML5 empty element tags (aka void
element tags) correctly. [bug=1656909]