From 1e4e799f2e32f81116b895a98fb56a0a958ed518 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Tue, 6 Sep 2022 22:34:59 +0200 Subject: [PATCH] add pr id to changelog entry --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8375ea2a7..100646641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ and `dc_event_emitter_unref()` should be used instead of `dc_accounts_event_emitter_unref`. - add `dc_contact_was_seen_recently()` #3560 -- jsonrpc: add `is_broadcast` property to `ChatListItemFetchResult` -- jsonrpc: add `was_seen_recently` property to `ChatListItemFetchResult`, `FullChat` and `Contact` +- jsonrpc: add `is_broadcast` property to `ChatListItemFetchResult` #3584 +- jsonrpc: add `was_seen_recently` property to `ChatListItemFetchResult`, `FullChat` and `Contact` #3584 ### Changes - order contact lists by "last seen";