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".
This commit is contained in:
link2xt
2026-09-16 11:40:21 +00:00
committed by l
parent 5007fc49c1
commit 6c3a866892

View File

@@ -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