@@ -32,6 +32,9 @@ Version 0.11.1, release 2024-07-23:
- Improve perfs of comparison operators (#123)
- Add more test cases
- Fix clippy lints, cargo doc, and other warnings
+ - xso::FromXmlText and xso::AsXmlText are now implemented for NodePart,
+ DomainPart, and ResourcePart (!485)
+
Version 0.11.0, release 2024-07-23 [YANKED]
@@ -23,6 +23,8 @@ Version NEXT:
- Support for collecting all unknown children in a single field as
collection of `minidom::Element`.
- Support for "transparent" structs (newtype-like patterns for XSO).
+ - FromXmlText and AsXmlText are now implemented for jid::NodePart,
+ jid::DomainPart, and jid::ResourcePart (!485)
Version 0.1.2:
2024-07-26 Jonas Schรคfer <jonas@zombofant.net>