aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2022-02-08 19:59:44 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2022-02-08 19:59:44 -0800
commiteb918f20789d2c266bea1c509f5fbe96b5a9689d (patch)
treeee5e9bc86c5d069155a30e2e529b1b78ec3ec7af
parent25c4fb74a8808822bc822027bc20ae4410be2f7d (diff)
downloadpugixml-eb918f20789d2c266bea1c509f5fbe96b5a9689d.zip
pugixml-eb918f20789d2c266bea1c509f5fbe96b5a9689d.tar.gz
pugixml-eb918f20789d2c266bea1c509f5fbe96b5a9689d.tar.bz2
docs: Update manual with 1.12 changelog
-rw-r--r--docs/manual.adoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/manual.adoc b/docs/manual.adoc
index 443b605..ac51535 100644
--- a/docs/manual.adoc
+++ b/docs/manual.adoc
@@ -2138,6 +2138,27 @@ Because of the differences in document object models, performance considerations
:!numbered:
+[[v1.12]]
+=== v1.12 ^2022-02-09^
+
+Maintenance release. Changes:
+
+* Bug fixes:
+ . Fix a bug in xml_document move construction when the source of the move is empty
+ . Fix const-correctness issues with iterator objects to support C++20 ranges
+
+* XPath improvements:
+ . Improved detection of overly complex queries that may result in stack overflow during parsing
+
+* Compatibility improvements:
+ . Fix Cygwin support for DLL builds
+ . Fix Windows CE support
+ . Add NuGet builds and project files for VS2022
+
+* Build system changes
+ . All CMake options now have the prefix `PUGIXML_`. This may require changing dependent build configurations.
+ . Many build settings are now exposed via CMake settings, most notably `PUGIXML_COMPACT` and `PUGIXML_WCHAR_MODE` can be set without changing `pugiconfig.hpp`
+
[[v1.11]]
=== v1.11 ^2020-11-26^