@@ -4,6 +4,7 @@ Version XXX, released YYY:
* PartialEq implementation for Element and Node have been changed to
ensure namespaces match even if the objects are slightly different.
* Changes
+ * Explicitely focus on XMPP
* Update edition to 2018
* Add NSChoice enum to allow comparing NSs differently
* Fixes
@@ -4,7 +4,8 @@ minidom-rs
What's this?
------------
-A minimal DOM library on top of quick-xml.
+A minimal DOM library on top of quick-xml. targeting exclusively the subset of
+XML useful for XMPP.
What license is it under?
-------------------------