summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-06 17:13:43 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-06 17:13:43 -0400
commit6bdd65ceb1177d0e5d50bbe51f21b1209c72b599 (patch)
treed5196eec6c5acf50e510e0f1cd929daaa8fbc652 /NEWS.txt
parenteac207a4efeca3e7a78838377aafb4a2b44f43c5 (diff)
In an HTML document, the contents of a <script> or <style> tag will
no longer undergo entity substitution by default. XML documents work the same way they did before. [bug=1085953]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 3e9d015..9f8b3dc 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,8 @@
-= 4.1.4 (Unreleased) =
+= 4.2.0 (Unreleased) =
+
+* In an HTML document, the contents of a <script> or <style> tag will
+ no longer undergo entity substitution by default. XML documents work
+ the same way they did before. [bug=1085953]
* Fix a bug in the html5lib treebuilder which sometimes created
disconnected trees. [bug=1039527]