summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-10-18 13:03:06 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-10-18 13:03:06 -0400
commita4dc03578d20923ced0205e1aaf09c89f5bfa8f2 (patch)
treec8f644c48209360a198818026ab8ef6d05b1c2d1 /NEWS.txt
parenta31f64208912e50d5fc6e5dd1d3f7fd3fd6be281 (diff)
downloadbeautifulsoup4-a4dc03578d20923ced0205e1aaf09c89f5bfa8f2.tar.gz
Fixed yet another problem that caused the html5lib tree builder to
create a disconnected parse tree. [bug=1237763]
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 45e4e4d..9e39967 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,8 @@
= 4.3.3 (Unreleased) =
+* Fixed yet another problem that caused the html5lib tree builder to
+ create a disconnected parse tree. [bug=1237763]
+
* Restored the helpful syntax error that happens when you try to
import the Python 2 edition of Beautiful Soup under Python
3. [bug=1213387]