1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-02 19:30:36 +02:00

xmpp: Update changelog

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-05-18 16:25:45 +02:00
parent 663b73f676
commit 48d5e19e9d
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2

View File

@ -6,6 +6,13 @@ xmpp (NEXT)
* Improvements:
- New Event::ServiceMessage.
- New Event::HttpUploadedFile.
- Add a disconnect method on Agent
- ContactAdded event now fires properly. Thanks Doggo.
- Update dependencies versions
* Changes:
- Split wait_for_events method, make it easier to edit.
- hello_bot: add catch-all for Event
- Remove -rs suffix in folder name
xmpp-rs (0.3.0)
[ Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> ]