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 9126ddf..cf7e2b8 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -37,6 +37,9 @@
* Fixed yet another bug that caused a disconnected tree when html5lib
copied an element from one part of the tree to another. [bug=1270611]
+* Fixed a bug where Element.extract() could create an infinite loop in
+ the remaining tree.
+
* The select() method now supports selector grouping. Patch by
Francisco Canas [bug=1191917]