parsers: Update Changelog

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-12-17 12:19:29 +01:00
parent 82ed8f4991
commit aede544029
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -14,6 +14,12 @@ Version 0.19.0:
- Run clippy. - Run clippy.
- Rename the directory to parsers, to avoid colliding prefix with - Rename the directory to parsers, to avoid colliding prefix with
xmpp-rs. xmpp-rs.
- Derive PartialEq on Presence
- impl PresencePayload for muc::user::MucUser.
- New muc::user::Status::ServiceErrorKick variant for the 333 status
code.
- Update deprecated chrono code (FixedOffset::{east,west} to
{east,west}_opt).
* Breaking changes: * Breaking changes:
- Bump bookmarks 2 to version 1.1.3. - Bump bookmarks 2 to version 1.1.3.
- Use proper types in Jingle specs (XEP-0294 and XEP-0339). - Use proper types in Jingle specs (XEP-0294 and XEP-0339).