summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 12:15:36 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-09 12:15:36 -0500
commitcaeb168dc47470607b3cd091e1d35db45c089385 (patch)
tree80990fdc7c12fdf0c4109ef3c0ad8a4eb358b61e /NEWS.txt
parent5261e6c36d0f0c6cea364390dbe9f4cce66306e8 (diff)
Patched over a bug in html5lib (?) that was crashing Beautiful Soup on certain kinds of markup. [bug=838800]
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 d03c442..b1df902 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -20,6 +20,9 @@
* Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags
like <meta charset="utf-8" />. [bug=837268]
+* Patched over a bug in html5lib (?) that was crashing Beautiful Soup
+ on certain kinds of markup. [bug=838800]
+
* Fixed a bug that wrecked the tree if you replaced an element with an
empty string. [bug=728697]