From e0a9fa4910f5df49677c22e06d638a69d7e64fc4 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sat, 7 Jan 2023 02:31:03 +0100 Subject: [PATCH] chagnelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37715b863..34028844a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ ### API-Changes - jsonrpc: add python API for webxdc updates #3872 - jsonrpc: add fresh message count to ChatListItemFetchResult::ArchiveLink +- jsonrpc: add `get_chatlist_entry_by_chat` method #3929 +- jsonrpc: second field of chat list entry is now an `Option`, before it was just `u32` #3929 - Add ffi functions to retrieve `verified by` information #3786 ### Fixes