From d30bedda966352f97f0e954ff73478a9e6030bdd Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 25 Oct 2020 19:35:53 +0100 Subject: [PATCH] update changelog to most recent changes --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ac03541..5ab4c8d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,33 @@ - skip fetch existing messages/contacts if config-option `bot` set #2017 -- fix handling when getting empty autoconfigure files #2027 +- always log why a message is sorted to trash #2045 + +- display a quote if top posting is detected #2047 + +- add ephemeral task cancellation to `dc_stop_io()`; + before, there was no way to quickly terminate pending ephemeral tasks #2051 + +- when saved-messages chat is deleted, + a device-message about recreation is added #2050 + +- use `max_smtp_rcpt_to` from provider-db, + sending messages to many recipients in configurable chunks #2056 + +- fix handling of empty autoconfigure files #2027 - fix adding saved messages to wrong chats on multi-device #2034 #2039 - fix hang on android4.4 and other systems by adding a workaround to executer-blocking-handling bug #2040 +- fix secret key export/import roundtrip #2048 + +- fix mistakenly unarchived chats #2057 + +- fix outdated-reminder test that fails only 7 days a year, + including halloween :) #2059 + - improve python bindings #2021 #2036 #2038 - update provider-database #2037