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

xmpp: Update Changelog to mention ClientBuilder::new signature change

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-06-02 17:59:44 +02:00
parent 209bab1441
commit 72ddb8b851
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2

View File

@ -2,6 +2,7 @@ Unreleased:
xxxxxxxxxx
* Breaking changes:
- ClientBuilder::new takes a parsed BareJid instead of string (#72)
- ClientBuilder::new doesn't return a Result anymore
* Improvements:
- Agent is now Send, by replacing Rc with Arc and RefCell with RwLock (#64)
- ClientBuilder now has a set_resource method for manual resource management (#72)