summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
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]