summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-20 11:23:19 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-20 11:23:19 -0400
commit0f0ce683638ec47d87d52024a886995af114bdd7 (patch)
tree3d2a006ef35a29f62b5a87342e9bbfb7113fd540 /NEWS.txt
parenta4d113a2f6648d7f97d29bbbd2634949a4050eb0 (diff)
Fixed another bug by which the html5lib tree builder could create a
disconnected tree. [bug=1182089]
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 50b3cca..9b938f2 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,6 +3,9 @@
* Gave new_string() the ability to create subclasses of
NavigableString. [bug=1181986]
+* Fixed another bug by which the html5lib tree builder could create a
+ disconnected tree. [bug=1182089]
+
* Fixed test failures when lxml is not installed. [bug=1181589]
* html5lib now supports Python 3. Fixed some Python 2-specific