minidom: Include prefixes in serialization when using Element::from_reader_with_prefixes

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-09-10 23:18:10 +02:00 committed by Jonas Schäfer
commit 99f900558c
3 changed files with 27 additions and 1 deletions

View file

@ -4,6 +4,8 @@ Version NEXT:
* Update rxml dependency to 0.13.
* Fixes
* Remove warnings for elided lifetimes (rustc 1.90)
* Fixes serialization and ensure prefixes are set on Element when using
`Element::from_reader_with_prefixes`.
Version 0.16, released 2024-07-23:
* Breaking