From 58609480a1182719d436dae55de66fe483f63f76 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 20 Mar 2015 00:17:51 -0700 Subject: docs: Regenerate documentation --- docs/manual/changes.html | 50 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) (limited to 'docs/manual/changes.html') diff --git a/docs/manual/changes.html b/docs/manual/changes.html index a3495b2..ec2c206 100644 --- a/docs/manual/changes.html +++ b/docs/manual/changes.html @@ -4,15 +4,15 @@ Changelog - - + +
-pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: @@ -30,6 +30,48 @@ +
+ 15.04.2015 - version + 1.6 +
+

+ Maintenance release. Changes: +

+
    +
  • + Specification changes: +
      +
    1. + Attribute/text values now use more digits when printing floating + point numbers to guarantee round-tripping. +
    2. +
    3. + Text nodes no longer get extra surrounding whitespace when pretty-printing + nodes with mixed contents +
    4. +
    +
  • +
  • + Bug fixes: +
      +
    1. + Fixed translate and normalize-space XPath functions to no longer + return internal NUL characters +
    2. +
    3. + Fixed buffer overrun on malformed comments inside DOCTYPE sections +
    4. +
    5. + DOCTYPE parsing can no longer run out of stack space on malformed + inputs (XML parsing is now using bounded stack space) +
    6. +
    7. + Adjusted processing instruction output to avoid malformed documents + if the PI value contains "?>" +
    8. +
    +
  • +
27.11.2014 - version 1.5 @@ -1047,7 +1089,7 @@
-pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: -- cgit v1.2.3