aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-14 15:30:09 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-14 15:30:09 -0700
commit4cc3de4bebd6e6a07764ec1d84cd4050c5386cdc (patch)
tree6eef2c26b92f67a2c5ccd4b7d29b7ca87e8639e3
parent1643601b299d4b984570530899cfb6982e74836b (diff)
downloadpugixml-4cc3de4bebd6e6a07764ec1d84cd4050c5386cdc.zip
pugixml-4cc3de4bebd6e6a07764ec1d84cd4050c5386cdc.tar.gz
pugixml-4cc3de4bebd6e6a07764ec1d84cd4050c5386cdc.tar.bz2
Add 1.10 release post
-rw-r--r--_posts/2019-09-15-pugixml-1.10-release.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/_posts/2019-09-15-pugixml-1.10-release.md b/_posts/2019-09-15-pugixml-1.10-release.md
new file mode 100644
index 0000000..f868312
--- /dev/null
+++ b/_posts/2019-09-15-pugixml-1.10-release.md
@@ -0,0 +1,15 @@
+---
+layout: post
+title: pugixml 1.10 release
+---
+
+pugixml-1.10 is out. This is a maintenance release that fixes some compatibility issues and introduces several formatting features (read the [changelog](/docs/manual.html#v1.10) for details).
+
+Highlights for this release include:
+
+* XPath union operation now is ~2x faster to compute and results in a stable order that doesn't depend on pointer order
+* Add `format_skip_control_chars` formatting flag to skip non-printable ASCII characters
+* Add `format_attribute_single_quote` formatting flag to use single quotes for attribute values
+* Add Visual Studio .natvis files to improve debugging experience
+
+You can [download the source package](https://github.com/zeux/pugixml/releases/download/v1.10/pugixml-1.10.zip) or get the new version from GitHub using the latest tag (https://github.com/zeux/pugixml).