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
commit0b2445d80c360980c948821c287da56f63629257 (patch)
tree8d8b04f40f03fdd26b3bbcdc58ce191756270336 /NEWS.txt
parentdfe49a14ef02589d96953434fb9aeab7da5ccb30 (diff)
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