xso: add support for passing rxml::Options

This commit is contained in:
Jonas Schäfer 2025-09-27 13:45:41 +02:00
commit d9f030c07e
2 changed files with 156 additions and 61 deletions

View file

@ -2,6 +2,9 @@ Version NEXT:
* Changes
- Fix some Clippy warnings
- Fix build with minidom and without std (!661)
* Added
- xso::from_bytes_with_options and xso::from_reader_with_options to allow
passing custom parser configuration.
Version 0.3.0, release 2025-10-28:
* Changes