summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-18 13:14:57 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-18 13:14:57 -0400
commit622fead3fef2d870a85d570c5416166076b8c8c4 (patch)
treea44178e5a8cb3c4da547164511f2dd289174e327 /NEWS.txt
parent3d0ae02cc3d0b947ef6102b31f4b354eec9b543a (diff)
Print a warning on HTMLParseErrors to let people know they should install an external parser.
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 61d975f..13b49fc 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -4,6 +4,9 @@
definitions ending with two question marks instead of
one. [bug=984258]
+* Print a warning on HTMLParseErrors to let people know they should
+ install a better parser library.
+
= 4.0.4 (20120416) =
* Fixed a bug that sometimes created disconnected trees.