jid: serde support for JID parts
This commit is contained in:
parent
58698f633f
commit
491264fe00
2 changed files with 10 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue