summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-17 11:50:48 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-17 11:50:48 -0400
commitd1365a072537d028e6513782298eb2a7334ee02c (patch)
tree49bfddcf1f5bcf4aa98b36b025bfb8cd0a69e81c /NEWS.txt
parent3cbfb6672f24c123fe52fcd6b28bd0a5478b0161 (diff)
downloadbeautifulsoup4-d1365a072537d028e6513782298eb2a7334ee02c.tar.gz
Fixed a bug in the html5lib treebuilder that deranged the tree
when a whitespace element was reparented into a tag that contained an identical whitespace element. [bug=1505351]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index eda6251..25795ce 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,6 +3,10 @@
* Beautiful Soup will now work with versions of html5lib greater than
0.99999999. [bug=1603299]
+* Fixed a bug in the html5lib treebuilder that deranged the tree
+ when a whitespace element was reparented into a tag that contained
+ an identical whitespace element. [bug=1505351]
+
* Corrected handling of XML processing instructions. [bug=1504393]
* The contents of <textarea> tags will no longer be modified when the