From 3e7179c12f73d5d8cf567f52ceca1aa418976bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 15 Feb 2020 00:44:05 +0100 Subject: [PATCH] minidom: clarify/update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- minidom-rs/CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/minidom-rs/CHANGELOG.md b/minidom-rs/CHANGELOG.md index 26544766..3d87e662 100644 --- a/minidom-rs/CHANGELOG.md +++ b/minidom-rs/CHANGELOG.md @@ -1,12 +1,15 @@ Version XXX, released YYY: * 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 - ensure namespaces match even if the objects are slightly different. + ensure namespaces match even if the objects are not structurally + equivalent in Rust. * 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 * Add NSChoice enum to allow comparing NSs differently + * Add impl for From> for Node * Fixes * Update old CI configuration with newer Rust images Version 0.11.1, released 2019-09-06: