diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-05-03 10:29:55 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-05-03 10:29:55 -0400 |
commit | 0401057f29c9c8e6ee781aa9ca6fd1a395a4b084 (patch) | |
tree | 7efefe13bf03632255b59f6241bad4c660de3e4f /NEWS.txt | |
parent | 32a764727d7ae697945e70a942eab8899bc2f30d (diff) |
Fixed the handling of " with the built-in parser. [bug=993871]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ * Added experimental support for fixing Windows-1252 characters embedded in UTF-8 documents. +* Fixed the handling of " with the built-in parser. [bug=993871] + = 4.0.5 (20120427) = * Added a new method, wrap(), which wraps an element in a tag. |