aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2023-10-01 17:58:24 +0200
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2023-10-01 17:58:24 +0200
commit9ee74dcd88bc2b05a556dc875c7011d513c5413f (patch)
tree009d528df2c80a315543eb2fd021b131c1d1c9e5
parentab8745914ba702281b8a09d71ec18b8468f8d198 (diff)
downloadpugixml-9ee74dcd88bc2b05a556dc875c7011d513c5413f.zip
pugixml-9ee74dcd88bc2b05a556dc875c7011d513c5413f.tar.gz
pugixml-9ee74dcd88bc2b05a556dc875c7011d513c5413f.tar.bz2
1.14 post
-rw-r--r--_posts/2023-10-01-pugixml-1.14-release.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/_posts/2023-10-01-pugixml-1.14-release.md b/_posts/2023-10-01-pugixml-1.14-release.md
new file mode 100644
index 0000000..47d97ab
--- /dev/null
+++ b/_posts/2023-10-01-pugixml-1.14-release.md
@@ -0,0 +1,14 @@
+---
+layout: post
+title: pugixml 1.14 release
+---
+
+pugixml-1.14 is out. This is a maintenance release that adds several minor features (read the [changelog](/docs/manual.html#v1.14) for details).
+
+Highlights for this release include:
+
+- `xml_attribute::set_name` and `xml_node::set_name` now have overloads that accept pointer to non-null-terminated string and size
+- Implement `parse_merge_pcdata` parsing mode in which PCDATA contents is merged into a single node when original document had comments that were skipped during parsing
+- Fix PUGIXML_STATIC_CRT CMake option
+
+You can [download the source package](https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.14.zip) or get the new version from GitHub using the latest tag (https://github.com/zeux/pugixml).