docs: Update changelog to mention MinGW load_file fix
This commit is contained in:
parent
b7a1feccf7
commit
7eaf0670d9
@ -184,7 +184,7 @@ pugixml
|
|||||||
</div>
|
</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"><p><small>Last revised: November 18, 2014 at 17:25:31 GMT</small></p></td>
|
<td align="left"><p><small>Last revised: November 26, 2014 at 02:23:21 GMT</small></p></td>
|
||||||
<td align="right"><div class="copyright-footer"></div></td>
|
<td align="right"><div class="copyright-footer"></div></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@ -1922,6 +1922,7 @@ Major release, featuring a lot of performance improvements and some new features
|
|||||||
* Bug fixes
|
* Bug fixes
|
||||||
# Adjusted comment output to avoid malformed documents if the comment value contains "--"
|
# Adjusted comment output to avoid malformed documents if the comment value contains "--"
|
||||||
# Fix XPath sorting for documents that were constructed using append_buffer
|
# 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]
|
[h5 27.02.2014 - version 1.4]
|
||||||
|
|
||||||
|
|||||||
@ -126,6 +126,10 @@
|
|||||||
<li class="listitem">
|
<li class="listitem">
|
||||||
Fix XPath sorting for documents that were constructed using append_buffer
|
Fix XPath sorting for documents that were constructed using append_buffer
|
||||||
</li>
|
</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>
|
</ol></div>
|
||||||
</li>
|
</li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user