Skip to content

Commit

Permalink
Add release post
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jan 10, 2025
1 parent aca5c65 commit 30b1653
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _posts/2025-01-10-pugixml-1.15-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: post
title: pugixml 1.15 release
---

pugixml-1.15 is out. This is a maintenance release that adds support for `std::string_view` along with compatibility improvements (read the [changelog](/docs/manual.html#v1.15) for details).

Highlights for this release include:

- Many `xml_attribute::` and `xml_node::` functions now transparently support `std::string_view` and `std::string` when C++17 support is detected.

You can [download the source package](https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.zip) or get the new version from GitHub using the latest tag (https://github.com/zeux/pugixml).

0 comments on commit 30b1653

Please sign in to comment.