parsers: Update changelog

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

parsers/ChangeLog | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Detailed changes

parsers/ChangeLog 🔗

@@ -3,15 +3,20 @@ xxx
     * New parsers/serialisers:
         - Message Reactions (XEP-0444)
     * Improvements:
+        - Update dependencies
         - muc::user::Item: Added with_ helpers
         - Correct cargo doc warnings
-        - Presence now has constructors for each variant so you don't have to import presence::Type, where Presence::available represents type None (#79)
+        - Presence now has constructors for each variant so you don't have to
+          import presence::Type, where Presence::available represents type None (#79)
         - Presence::with_payload builds a payload into the presence (#79)
         - Message now has constructors for each type ; Message::new still builds a Chat type (#78)
         - Message::with_body builder method appends a body in a given language to the message (#78)
+        - Derive PartialEq on Iq
+        - impl MessagePayload for MucUser
+        - Add MucUser::with_statuses and ::with_items
     * Breaking changes:
         - Removed the 'serde' feature. Add it directly by using 'jid'.
-        `jid = { version = "*", features = ["serde"] }`.
+          `jid = { version = "*", features = ["serde"] }`.
 
 Version 0.19.2:
 2022-12-17  Maxime “pep” Buquet <pep@bouah.net>