PugiXML v1.11.1 Release Notes
Release Date: 2020-12-05 // almost 3 years ago-
๐ Patch release.
๐ฆ This patch reintroduces
pugixml
target for CMake whenfind_package
is used, which was accidentally removed from v1.11.
โช It's recommended thatpugixml::pugixml
target is used instead, but this patch restorespugixml
target for existing applications / libraries that depend on it.
Previous changes from v1.11
-
๐ Maintenance release.
๐ Release highlights:
- ๐ Add xml_node::remove_attributes and xml_node::remove_children
- Add a way to customize floating point precision via xml_attribute::set and xml_text::set overloads
- ๐ XPath parser now limits recursion depth which prevents stack overflow on malicious queries
๐ Read full changelog