diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-18 21:28:42 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-03-18 21:28:42 -0700 |
commit | 0d3eabc0b79e6543ec1bb9d25ce98ae97e4ed73f (patch) | |
tree | f8389cd5f7eb616b1cd54a083e5e32477992a1a3 | |
parent | e68048518ea4830ffcdaf79e7f929713263c6f06 (diff) |
docs: Add changelog for 1.6
-rw-r--r-- | docs/manual.qbk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk index d70400e..acc3004 100644 --- a/docs/manual.qbk +++ b/docs/manual.qbk @@ -1901,8 +1901,14 @@ Because of the differences in document object models, performance considerations Maintenance release. Changes: * Specification changes: + # Attribute/text values now use more digits when printing floating point numbers to guarantee round-tripping. + # Text nodes no longer get extra surrounding whitespace when pretty-printing nodes with mixed contents * Bug fixes: + # Fixed translate and normalize-space XPath functions to no longer return internal NUL characters + # Fixed buffer overrun on malformed comments inside DOCTYPE sections + # DOCTYPE parsing can no longer run out of stack space on malformed inputs (XML parsing is now using bounded stack space) + # Adjusted processing instruction output to avoid malformed documents if the PI value contains "?>" [h5 27.11.2014 - version 1.5] |