minidom: Update changelog
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
cc123e3d93
commit
f648ab0c36
1 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,15 @@
|
||||||
|
Version 0.16, released 2024-07-23:
|
||||||
|
* Breaking
|
||||||
|
* Element comparison returns unequal when number of nodes is unequal.
|
||||||
|
* Changed
|
||||||
|
* New `Element::append_text` method.
|
||||||
|
* Update rxml to 0.11.0
|
||||||
|
* Fixes
|
||||||
|
* Prevent splitting of text nodes in TreeBuilder when there is no element
|
||||||
|
in between.
|
||||||
|
* Update to edition 2021.
|
||||||
|
* Fix clippy lints, and other compiler warnings.
|
||||||
|
|
||||||
Version 0.15.2, released 2023-05-13:
|
Version 0.15.2, released 2023-05-13:
|
||||||
* Changes
|
* Changes
|
||||||
* Fix a memory corruption on closing tags for elements with a name longer
|
* Fix a memory corruption on closing tags for elements with a name longer
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue