From b56a7bc1392610554c0d8cf0712d7e66f690b13e Mon Sep 17 00:00:00 2001 From: iequidoo Date: Fri, 31 Mar 2023 22:36:41 -0300 Subject: [PATCH] Fix CHANGELOG.md after c401780c --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ffafa8c..6cd828382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Increase MSRV to 1.65.0. #4236 - Remove upper limit on the attachment size. #4253 - Update rPGP to 0.10.1. #4236 +- Compress `mime_headers` column with HTML emails stored in database ### Fixes - Fix python bindings README documentation on installing the bindings from source. @@ -35,7 +36,6 @@ ### Changes - Add support for `--version` argument to `deltachat-rpc-server`. #4224 It can be used to check the installed version without starting the server. -- Compress `mime_headers` column with HTML emails stored in database ### Fixes - deltachat-rpc-client: fix bug in `Chat.send_message()`: invalid `MessageData` field `quotedMsg` instead of `quotedMsgId`