Jid (de)serialization now uses untagged representation (close #66)

This commit is contained in:
xmppftw xmppftw 2023-05-28 19:54:51 +02:00
commit ce255d9602
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Unreleased
* Breaking
- serde: Jid is now using untagged enum representation (#66)
Version 0.9.3, release 2022-03-07:
* Updates
- Bumped minidom to 0.14