summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-25 06:34:26 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-25 06:34:26 -0400
commit569c50e1744543323e31d3e24aa1c43f0555dc43 (patch)
tree52f226b9925970fc254e20a9a9414fc85004a636 /NEWS.txt
parent6c03df57433b5dc1faa3f31f35f5f3fcd68c68c1 (diff)
parent0c721728089eae05a0cab8ca04307dc859587470 (diff)
Merge in HEAD.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 92765e1..e3c5938 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -40,6 +40,13 @@
displayed correctly even if the filename or URL is a Unicode
string. [bug=1268888]
+* If the initial <html> tag contains a CDATA list attribute such as
+ 'class', the html5lib tree builder will now turn its value into a
+ list, as it would with any other tag. [bug=1296481]
+
+* Fixed an import error in Python 3.5 caused by the removal of the
+ HTMLParseError class. [bug=1420063]
+
* Improved docstring for encode_contents() and
decode_contents(). [bug=1441543]