From 0d3eabc0b79e6543ec1bb9d25ce98ae97e4ed73f Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 18 Mar 2015 21:28:42 -0700 Subject: docs: Add changelog for 1.6 --- docs/manual.qbk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/manual.qbk') 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] -- cgit v1.2.3