From 47486f8bab7268babaa93f8b1307dec13d0dcba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:41:55 +0100 Subject: [PATCH] Add Changelog entry for `is_protection_broken` (#4959) close #4885 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63643e632..bca4c13ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,7 @@ - [**breaking**] Remove unused `dc_set_chat_protection()` - 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` ### CI