minidom: clarify/update changelog

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-02-15 00:44:05 +01:00
parent 9511247d2f
commit 3e7179c12f

View file

@ -1,12 +1,15 @@
Version XXX, released YYY: Version XXX, released YYY:
* Breaking * Breaking
* `Element.write_to` doesn't prepand xml prelude anymore. Use `write_to_decl`. * `Element.write_to` doesn't prepand xml prelude anymore. Use `write_to_decl` when necessary.
* PartialEq implementation for Element and Node have been changed to * PartialEq implementation for Element and Node have been changed to
ensure namespaces match even if the objects are slightly different. ensure namespaces match even if the objects are not structurally
equivalent in Rust.
* Changes * Changes
* Explicitely focus on XMPP * Explicitely focus on XMPP. Some features will eventually be removed from
the project to comply with this.
* Update edition to 2018 * Update edition to 2018
* Add NSChoice enum to allow comparing NSs differently * Add NSChoice enum to allow comparing NSs differently
* Add impl for From<Into<Element>> for Node
* Fixes * Fixes
* Update old CI configuration with newer Rust images * Update old CI configuration with newer Rust images
Version 0.11.1, released 2019-09-06: Version 0.11.1, released 2019-09-06: