summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-05-24 08:14:37 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-05-24 08:14:37 -0400
commitc84e08aa77764578ca1be2a322a4a7bed12d6851 (patch)
tree21981a39db565ca75e22b9ab6d242e7a0121fa09 /NEWS.txt
parent0401057f29c9c8e6ee781aa9ca6fd1a395a4b084 (diff)
Comments, processing instructions, document type declarations, and markup declarations are now treated as preformatted strings, the way CData blocks are. [bug=1001025] Also in this commit: renamed detwingle method to detwingle().
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 934246b..acfb93d 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -5,6 +5,10 @@
* Fixed the handling of &quot; with the built-in parser. [bug=993871]
+* Comments, processing instructions, document type declarations, and
+ markup declarations are now treated as preformatted strings, the way
+ CData blocks are. [bug=1001025]
+
= 4.0.5 (20120427) =
* Added a new method, wrap(), which wraps an element in a tag.