summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-09-28 19:53:43 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-09-28 19:53:43 -0400
commit31cf0828b3b339c6136de1193fb6619d5c9c12ea (patch)
treeb37c80349cd9ea0b6167e568d53a3f7dc89ab8d3 /NEWS.txt
parent85049f49a4571c4419440e72e8faed062516858d (diff)
Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
Kramer for the patch. [bug=1483781]
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 59f3b44..3726c57 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -4,6 +4,9 @@
removed. Thanks to Eric Weiser for the patch and John Wiseman for a
test. [bug=1481520]
+* Fixed a parse bug with the html5lib tree-builder. Thanks to Roel
+ Kramer for the patch. [bug=1483781]
+
* Improved the implementation of CSS selector grouping. Thanks to
Orangain for the patch. [bug=1484543]