summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-17 11:57:00 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-17 11:57:00 -0400
commita665dc04b1792539b8030a76a1a2b998059f2579 (patch)
tree2ebe1b2b1a0d489bb152f7e4a6c472dd9f3b91cd /NEWS.txt
parentd1365a072537d028e6513782298eb2a7334ee02c (diff)
downloadbeautifulsoup4-a665dc04b1792539b8030a76a1a2b998059f2579.tar.gz
Although the previously fixed problem only occurs when using the html5lib tree builder, it's not actually a problem with the tree builder itself.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 25795ce..055cc6a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,9 +3,9 @@
* 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]
+* Fixed a bug 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]