summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
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 d49d451..e3c5938 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -44,6 +44,9 @@
'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]