jid: serde support for JID parts

This commit is contained in:
xmppftw xmppftw 2024-12-20 00:46:04 +01:00 committed by pep
commit 491264fe00
2 changed files with 10 additions and 0 deletions

View file

@ -34,6 +34,8 @@ Version 0.11.1, release 2024-07-23:
- Fix clippy lints, cargo doc, and other warnings
- xso::FromXmlText and xso::AsXmlText are now implemented for NodePart,
DomainPart, and ResourcePart (!485)
- serde::Serialize and serde::Deserialize are now derived for NodePart,
DomainPart, and ResourcePart when serde feature flag is enabled (!499)
Version 0.11.0, release 2024-07-23 [YANKED]