From 391cffb454a1d3efcc91829470b1d6c5b150202c Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 8 Nov 2023 17:53:17 +0000 Subject: [PATCH] docs: add `dc_chat_is_protection_broken()` to 1.127.0 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bca4c13ee..18dafd7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,6 +99,7 @@ - Hide `DcSecretKey` trait from the API. - Verified 1:1 chats ([#4315](https://github.com/deltachat/deltachat-core-rust/pull/4315)). Disabled by default, enable with `verified_one_on_one_chats` config. - Add api `chat::Chat::is_protection_broken` +- Add `dc_chat_is_protection_broken()` C API. ### CI