From af05e91e755e28de587d26ac33b3029cd4165eb2 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 7 Mar 2022 12:55:44 +0100 Subject: [PATCH] xmpp-parsers: Add a ChangeLog entry for 0.19.0 --- parsers/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/parsers/ChangeLog b/parsers/ChangeLog index 0329f694..fabbf71f 100644 --- a/parsers/ChangeLog +++ b/parsers/ChangeLog @@ -1,3 +1,24 @@ +Version 0.19.0: +2022-03-07 Emmanuel Gil Peyrot + * New parsers/serialisers: + - External Service Discovery (XEP-0215). + - HTTP File Upload (XEP-0363). + - Message Archive Management Preferences (XEP-0441), actually spun off + from XEP-0313. + * Improvements: + - Add constructor helpers for more structs. + - Impl Eq and Hash on disco::Feature (thanks Paul!). + - Impl MessagePayload for PubSubEvent (thanks Paul!). + - Bump minidom to 0.14. + - Bump the hash crates to their latest version. + - Run clippy. + - Rename the directory to parsers, to avoid colliding prefix with + xmpp-rs. + * Breaking changes: + - Bump bookmarks 2 to version 1.1.3. + - Use proper types in Jingle specs (XEP-0294 and XEP-0339). + - Move preferences from MAM to MAM prefs, following the spec split. + Version 0.18.0: 2021-01-13 Emmanuel Gil Peyrot * Bugfixes: