From 1ed51dd7faaddd4a9227b9c3012751977fbbd865 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 10 Jul 2023 19:23:52 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e3dfbbc..a6e52b6f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Features: - You can now use `reportMemoryProfile()` to generate and send a `pprof` memory profile to all report peers to debug the causes of high memory usage. - Added support for `pay`, `login_url`, `web_app` and `tg://user?id=` buttons in bot API syntax! - Added a `getAdmin` function that returns the ID of the admin of the bot (which is equal to the first peer returned by getReportPeers in the event handler). +- getPlugin can now be used from IPC clients! Fixes: - Fixed file uploads with ext-uv!