1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-29 09:58:42 +02:00

jid: Update Changelog

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-11-11 13:24:26 +01:00
parent ec969a78fc
commit e20bd9b1d2
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2

View File

@ -1,3 +1,8 @@
Version xxx, release xxx:
* Additions:
- Add optional quote support. Implement quote::ToTokens for Jid, FullJid
and BareJid.
Version 0.10.0, release 2023-08-17:
* Breaking
- serde: Jid is now using untagged enum representation (#66)