minidom: Release 0.15.2

This finally fixes the memory corruption on closing tag for elements
with a name longer than 24 bytes.
This commit is contained in:
Emmanuel Gil Peyrot 2023-05-13 12:28:11 +02:00
commit 0d0335898d
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Version 0.15.2, released 2023-05-13:
* Changes
* Fix a memory corruption on closing tags for elements with a name longer
than 24 bytes
* Only enable the mt features of rxml, we dont need any additional one
Version 0.15.1, released 2023-01-15:
* Changes
* Add `Element::from_reader_with_prefixes`