From a4357712bf52f0f9d465e2a1fa840de70355b6e0 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sat, 17 Sep 2022 16:16:35 +0200 Subject: [PATCH] fix changelog entry was inserted at wrong place --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1228571..a88c47fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### API-Changes ### Changes +- truncate incoming messages by lines instead of just length #3480 ### Fixes @@ -61,7 +62,6 @@ this affects `dc_get_chat_contacts()`, `dc_get_contacts()` and `dc_get_blocked_contacts()` #3562 - add `internet_access` flag to `dc_msg_get_webxdc_info()` #3516 - `DC_EVENT_WEBXDC_INSTANCE_DELETED` is emitted when a message containing a webxdc gets deleted #3105 -- truncate incoming messages by lines instead of just length #3480 ### Fixes - do not emit notifications for blocked chats #3557