diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-05-24 08:14:37 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-05-24 08:14:37 -0400 |
commit | c84e08aa77764578ca1be2a322a4a7bed12d6851 (patch) | |
tree | 21981a39db565ca75e22b9ab6d242e7a0121fa09 /NEWS.txt | |
parent | 0401057f29c9c8e6ee781aa9ca6fd1a395a4b084 (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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ * Fixed the handling of " 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. |