Implement From<&Jid> for String (close #69)

This commit is contained in:
xmppftw xmppftw 2023-05-28 20:02:09 +02:00
commit 8d9288ffd7
2 changed files with 11 additions and 0 deletions

View file

@ -2,6 +2,8 @@ Unreleased
* Breaking
- serde: Jid is now using untagged enum representation (#66)
* Additions
- From<&Jid> is now implemented for String (#69)
Version 0.9.3, release 2022-03-07:
* Updates