From d8efda152bbbdb1bef0f84221cde467d3600bb1c Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 26 Jul 2022 12:52:15 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873dc7919..466e02bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - node: json rpc methods #3463: - `AccountManager.prototype.startJsonRpcHandler(callback: ((response: string) => void)): void` - `AccountManager.prototype.jsonRpcRequest(message: string): void` +- remove `dc_chat_get_info_json()` #3523 ### Added - added a JSON RPC API, accessible through a WebSocket server, the CFFI bindings and the Node.js bindings #3463