minidom: clarify/update changelog

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

minidom-rs/CHANGELOG.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Detailed changes

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<Into<Element>> for Node
   * Fixes
     * Update old CI configuration with newer Rust images
 Version 0.11.1, released 2019-09-06: