xmpp: Move single changelog entry to breaking
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
6fe7f92e7d
commit
5d6759caa1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
Version NEXT
|
Version NEXT
|
||||||
XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
|
XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
|
||||||
* Breaking:
|
* Breaking:
|
||||||
|
- Agent::wait_for_events now return Vec<Event> and sets inner tokio_xmpp Client
|
||||||
|
auto-reconnect to true... It is still aware of Event::Disconnected but should
|
||||||
|
no longer have weird hanging state or panic (!436)
|
||||||
- Agent::send_message now only sends normal messages to other users (!487)
|
- Agent::send_message now only sends normal messages to other users (!487)
|
||||||
- Event::LeaveRoom, Event::LeaveAllRooms, and Event::JoinRooms have been removed.
|
- Event::LeaveRoom, Event::LeaveAllRooms, and Event::JoinRooms have been removed.
|
||||||
Agent now handles MUC connection states internally. (!481)
|
Agent now handles MUC connection states internally. (!481)
|
||||||
|
|
@ -37,9 +40,6 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
|
||||||
is meant to stay behind a feature.
|
is meant to stay behind a feature.
|
||||||
* Fixes:
|
* Fixes:
|
||||||
- Use tokio::sync::RwLock not std::sync::RwLock (!432)
|
- Use tokio::sync::RwLock not std::sync::RwLock (!432)
|
||||||
- Agent::wait_for_events now return Vec<Event> and sets inner tokio_xmpp Client
|
|
||||||
auto-reconnect to true... It is still aware of Event::Disconnected but should
|
|
||||||
no longer have weird hanging state or panic (!436)
|
|
||||||
- The default caps node has been shortened to https://xmpp.rs since we
|
- The default caps node has been shortened to https://xmpp.rs since we
|
||||||
own that domain. Users should change it in their application though.
|
own that domain. Users should change it in their application though.
|
||||||
* CI:
|
* CI:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue