From 82b4c1c2fffc2c22331664cf8b317ff39941bdb4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 12 Jun 2023 13:48:37 +0300 Subject: [PATCH] ChangeLog for 2.2.1 --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 24ab159b..5acc759d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,9 @@ +### Version 2.2.1 (2023-06-12) +#### General +* Fix compatibility with latest libraries (log4cxx) +#### libpurple backend +* XMPP "active" chatstate should send correct `unseen-count` data with `conversation-updated` signal, this should allow protocol plugin to mark messages as read on user "focus". +___ ### Version 2.2.0 (2023-03-27) #### General * Fix locale issues/crashes with Twitter and maybe other backends