From 7eaf0670d9e4623c0c6897eb7e1167c45a8a08f8 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 25 Nov 2014 18:23:36 -0800 Subject: docs: Update changelog to mention MinGW load_file fix --- docs/manual.html | 2 +- docs/manual.qbk | 1 + docs/manual/changes.html | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manual.html b/docs/manual.html index 64c1c90..0eb13b9 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -184,7 +184,7 @@ pugixml - +

Last revised: November 18, 2014 at 17:25:31 GMT

Last revised: November 26, 2014 at 02:23:21 GMT


diff --git a/docs/manual.qbk b/docs/manual.qbk index b703948..20305cf 100644 --- a/docs/manual.qbk +++ b/docs/manual.qbk @@ -1922,6 +1922,7 @@ Major release, featuring a lot of performance improvements and some new features * Bug fixes # Adjusted comment output to avoid malformed documents if the comment value contains "--" # Fix XPath sorting for documents that were constructed using append_buffer + # Fix load_file for wide-character paths with non-ASCII characters in MinGW with C++11 mode enabled [h5 27.02.2014 - version 1.4] diff --git a/docs/manual/changes.html b/docs/manual/changes.html index 05891a7..a3495b2 100644 --- a/docs/manual/changes.html +++ b/docs/manual/changes.html @@ -126,6 +126,10 @@
  • Fix XPath sorting for documents that were constructed using append_buffer
  • +
  • + Fix load_file for wide-character paths with non-ASCII characters + in MinGW with C++11 mode enabled +
  • -- cgit v1.2.3