From 8b22f74fa654cda59840d1da3ba1b4c1077fa567 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 8 Aug 2020 17:48:24 +0300 Subject: [PATCH] Expand changelog --- CHANGELOG.md | 16 +++++++++++++++- python/CHANGELOG | 5 +++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dc2ec7b..b01a565ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ - fix peerstate issues #1800 #1805 -- more bug fixes #1802 #1803 #1806 #1807 #1810 #1813 #1812 +- fix a crash related to muted chats #1803 + +- fix incorrect dimensions sometimes reported for images #1806 + +- fixed `dc_chat_get_remaining_mute_duration` function #1807 + +- handle empty tags (e.g. `
`) in HTML mails #1810 + +- always translate the message about disappearing messages timer change #1813 + +- improve footer detection in plain text email #1812 + +- update device chat icon to fix warnings in iOS logs #1802 + +- fix deletion of multiple messages #1795 ## 1.43.0 diff --git a/python/CHANGELOG b/python/CHANGELOG index 5190bfab4..6ef1f434e 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,3 +1,8 @@ +1.44.0 +------ + +- fix Chat.get_mute_duration() + 1.40.1 ---------------