xmpp: Update Changelog to mention ClientBuilder::new signature change
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
209bab1441
commit
72ddb8b851
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ Unreleased:
|
||||||
xxxxxxxxxx
|
xxxxxxxxxx
|
||||||
* Breaking changes:
|
* Breaking changes:
|
||||||
- ClientBuilder::new takes a parsed BareJid instead of string (#72)
|
- ClientBuilder::new takes a parsed BareJid instead of string (#72)
|
||||||
|
- ClientBuilder::new doesn't return a Result anymore
|
||||||
* Improvements:
|
* Improvements:
|
||||||
- Agent is now Send, by replacing Rc with Arc and RefCell with RwLock (#64)
|
- 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)
|
- ClientBuilder now has a set_resource method for manual resource management (#72)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue