From 6c3a866892cc40d05bd83cfb2658b71596f5bf3f Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 16 Sep 2026 11:40:21 +0000 Subject: [PATCH] docs: mention get_app_version() API in the changelog for 2.59.0 It was added in https://github.com/chatmail/core/pull/8557, but the changelog entry just says "Client version information". --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162e68ce1..996b8ec1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,7 @@ - [**breaking**] Remove deprecated `dc_chat_is_protected()`. - Deprecate `dc_chat_get_info_json()` ([#8580](https://github.com/chatmail/core/pull/8580)) +- New `get_app_version()` JSON-RPC API to get information about available updates. ### Features / Changes