docs: Fix changelog formatting
This commit is contained in:
parent
8436f2a69b
commit
341cea5a32
@ -2127,7 +2127,7 @@ Maintenance release. Changes:
|
|||||||
|
|
||||||
* Specification changes:
|
* Specification changes:
|
||||||
. `xml_document::load(const char*)` (deprecated in 1.5) now has `deprecated` attribute; use `xml_document::load_string` instead
|
. `xml_document::load(const char*)` (deprecated in 1.5) now has `deprecated` attribute; use `xml_document::load_string` instead
|
||||||
` `xml_node::select_single_node` (deprecated in 1.5) now has `deprecated` attribute; use `xml_node::select_node` instead
|
. `xml_node::select_single_node` (deprecated in 1.5) now has `deprecated` attribute; use `xml_node::select_node` instead
|
||||||
|
|
||||||
* New features:
|
* New features:
|
||||||
. Add move semantics support for xml_document and improve move semantics support for other objects
|
. Add move semantics support for xml_document and improve move semantics support for other objects
|
||||||
|
|||||||
@ -4025,8 +4025,10 @@ If exceptions are disabled, then in the event of parsing failure the query is in
|
|||||||
<div class="olist arabic">
|
<div class="olist arabic">
|
||||||
<ol class="arabic">
|
<ol class="arabic">
|
||||||
<li>
|
<li>
|
||||||
<p><code>xml_document::load(const char*)</code> (deprecated in 1.5) now has <code>deprecated</code> attribute; use <code>xml_document::load_string</code> instead
|
<p><code>xml_document::load(const char*)</code> (deprecated in 1.5) now has <code>deprecated</code> attribute; use <code>xml_document::load_string</code> instead</p>
|
||||||
` <code>xml_node::select_single_node</code> (deprecated in 1.5) now has <code>deprecated</code> attribute; use <code>xml_node::select_node</code> instead</p>
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>xml_node::select_single_node</code> (deprecated in 1.5) now has <code>deprecated</code> attribute; use <code>xml_node::select_node</code> instead</p>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
@ -5757,7 +5759,7 @@ If exceptions are disabled, then in the event of parsing failure the query is in
|
|||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2018-04-02 21:07:54 DST
|
Last updated 2018-04-04 08:26:07 DST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user