From 8675833b9985a6e8a35e2a7bf37dbf64a0984a35 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 27 Dec 2021 22:50:09 +0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb83257bb7..263c6a32b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # TelegramBotAPI changelog ## 0.37.4 + +* `Common`: + * `Version`: + * `MicroUtils`: `0.8.7` -> `0.8.9` * `Core`: * New `SupergroupEvent` subtype: `MigratedToSupergroup`. This event is sent when a group is converted to a supergroup while bot is in the group. * Helper extenstion functions on `ChatEvent` to cast it to `MigratedToSupergroup`.