summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-12-19 20:34:19 -0500
committerLeonard Richardson <leonardr@segfault.org>2016-12-19 20:34:19 -0500
commit0922e78d1d14c09132be69f7f837d8e4e9e924ef (patch)
treee94dfe042a0bb85b154c89a3a41bee8326de5fe4 /NEWS.txt
parent97a027e52aba02297dc09105b071c93dcf8bb9c4 (diff)
parenta07a28ac10e5686d096fd0f4225e01ff137ec80f (diff)
Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey Sneddon for a patch and test.
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 12f979f..c05f189 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,8 @@
= Unreleased =
+* Fixed foster parenting when html5lib is the tree builder. Thanks to
+ Geoffrey Sneddon for a patch and test.
+
* Fixed yet another problem that caused the html5lib tree builder to
create a disconnected parse tree. [bug=1629825]