From aede5440292d204df3333846bccb9078befa1c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 17 Dec 2022 12:19:29 +0100 Subject: [PATCH] parsers: Update Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- parsers/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parsers/ChangeLog b/parsers/ChangeLog index e76d86c2..63c072af 100644 --- a/parsers/ChangeLog +++ b/parsers/ChangeLog @@ -14,6 +14,12 @@ Version 0.19.0: - Run clippy. - Rename the directory to parsers, to avoid colliding prefix with 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: - Bump bookmarks 2 to version 1.1.3. - Use proper types in Jingle specs (XEP-0294 and XEP-0339).