Unclaimed project
Are you a maintainer of tinyxml2? Claim this project to take control of your public changelog and roadmap.
Changelog
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
Build fixes, typo fixes, fixed some internal int -> size_t. (Which will change the size of objects, but not the API.)
Fix CVE-2024-50615 which was a problem parsing character encodings.
NOTE: this actually has a minor breaking API change in the return size of strings. (Of course, if that causes a bug / stack corruption in your use case, perhaps not so minor.) 11.0.0 is the same as this release, but correctly versioned.
Details here: https://github.com/leethomason/tinyxml2/issues/1018