chagnelog entry

This commit is contained in:
Simon Laux
2023-01-07 02:31:03 +01:00
parent ae412b628b
commit e0a9fa4910

View File

@@ -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<u32>`, before it was just `u32` #3929
- Add ffi functions to retrieve `verified by` information #3786
### Fixes