-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |