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 72c388b..12922c9 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -7,6 +7,9 @@
definitions ending with two question marks instead of
one. [bug=984258]
+* The test suite now passes when lxml is not installed, whether or not
+ html5lib is installed. [bug=987004]
+
* Print a warning on HTMLParseErrors to let people know they should
install a better parser library.