summaryrefslogtreecommitdiff
path: root/docs/manual.adoc
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-04 08:26:21 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-04-04 08:26:21 -0700
commit341cea5a325bb6d0548a3cb4189362b34cf1caf4 (patch)
treeb9a420d17f812954c2e7f6b0ff8f1ae8b2ad6bb1 /docs/manual.adoc
parent8436f2a69b9331f8e99a52772e93ba0dbb68dafe (diff)
docs: Fix changelog formatting
Diffstat (limited to 'docs/manual.adoc')
-rw-r--r--docs/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual.adoc b/docs/manual.adoc
index d478cde..ab06af9 100644
--- a/docs/manual.adoc
+++ b/docs/manual.adoc
@@ -2127,7 +2127,7 @@ Maintenance release. Changes:
* Specification changes:
. `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:
. Add move semantics support for xml_document and improve move semantics support for other objects