Fix minidom CHANGELOG.md format
This commit is contained in:
parent
ee3d86ec42
commit
dc88d1fb29
1 changed files with 9 additions and 10 deletions
|
|
@ -1,14 +1,13 @@
|
||||||
Version 0.16, released 2024-07-23:
|
Version 0.16, released 2024-07-23:
|
||||||
* Breaking
|
* Breaking
|
||||||
* Element comparison returns unequal when number of nodes is unequal.
|
* Element comparison returns unequal when number of nodes is unequal.
|
||||||
* Changed
|
* Changes
|
||||||
* New `Element::append_text` method.
|
* New `Element::append_text` method.
|
||||||
* Update rxml to 0.11.0
|
* Update rxml to 0.11.0
|
||||||
* Fixes
|
* Fixes
|
||||||
* Prevent splitting of text nodes in TreeBuilder when there is no element
|
* Prevent splitting of text nodes in TreeBuilder when there is no element in between.
|
||||||
in between.
|
* Update to edition 2021.
|
||||||
* Update to edition 2021.
|
* Fix clippy lints, and other compiler warnings.
|
||||||
* 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue