diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 09:23:50 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 09:23:50 -0400 |
commit | 951eee1144397fd7257fb0e812a62baa8beed24b (patch) | |
tree | e23e930f7eadc205db243e4b9c62bd8cd7139eb8 /NEWS.txt | |
parent | e7eff8b01e3890f11dacf558bd9fd71c6dcbc29e (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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |