Remove doc references to quick-xml, update CHANGELOG
`minidom` no longer uses it since !154. Also, CHANGELOG was not updated for 0.15.0 and still referenced 0.14.0; take a stab at documenting what has changed. Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
parent
6bd407605b
commit
940f1bc295
5 changed files with 9 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ authors = [
|
|||
"Astro <astro@spaceboyz.net>",
|
||||
"Maxime “pep” Buquet <pep@bouah.net>",
|
||||
]
|
||||
description = "A small, simple DOM implementation on top of quick-xml, targeting the subset of XML useful for XMPP"
|
||||
description = "A small, simple DOM implementation on top of rxml, targeting the subset of XML useful for XMPP"
|
||||
homepage = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
||||
repository = "https://gitlab.com/xmpp-rs/xmpp-rs"
|
||||
documentation = "https://docs.rs/minidom"
|
||||
|
|
|
|||
Loading…
Reference in a new issue