summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-28 09:23:50 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-28 09:23:50 -0400
commit951eee1144397fd7257fb0e812a62baa8beed24b (patch)
treee23e930f7eadc205db243e4b9c62bd8cd7139eb8 /NEWS.txt
parente7eff8b01e3890f11dacf558bd9fd71c6dcbc29e (diff)
Fixed a bug where Element.extract() could create an infinite loop in
the remaining tree.
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]