summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index edbba28..c2739ca 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -17,6 +17,10 @@
* Fix a bug by which keyword arguments to find_parent() were not
being passed on. [bug=1126734]
+* Now that lxml's segfault on invalid doctype has been fixed, fix a
+ corresponding problem on the Beautiful Soup end that was previously
+ invisible. [bug=984936]
+
= 4.1.3 (20120820) =
* Skipped a test under Python 2.6 and Python 3.1 to avoid a spurious