docs: Add changelog for 1.6
This commit is contained in:
parent
e68048518e
commit
0d3eabc0b7
@ -1901,8 +1901,14 @@ Because of the differences in document object models, performance considerations
|
|||||||
Maintenance release. Changes:
|
Maintenance release. Changes:
|
||||||
|
|
||||||
* Specification 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:
|
* 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]
|
[h5 27.11.2014 - version 1.5]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user