diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-25 18:23:36 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-25 18:23:36 -0800 |
commit | 7eaf0670d9e4623c0c6897eb7e1167c45a8a08f8 (patch) | |
tree | 79bff2f53ceb6f1693fcdb913578446c2c067a28 /docs/manual/changes.html | |
parent | b7a1feccf79f953b107696841d66666cba5fa8e4 (diff) |
docs: Update changelog to mention MinGW load_file fix
Diffstat (limited to 'docs/manual/changes.html')
-rw-r--r-- | docs/manual/changes.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <li class="listitem"> Fix XPath sorting for documents that were constructed using append_buffer </li> +<li class="listitem"> + Fix load_file for wide-character paths with non-ASCII characters + in MinGW with C++11 mode enabled + </li> </ol></div> </li> </ul></div> |