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
Signed by: pep
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)