From d72e1029d3d7cfb4264fa887eca5b4136f3db71a Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 22 Jul 2022 16:50:11 +0600 Subject: [PATCH] fill changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3b7838cb..6ab127ea80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # TelegramBotAPI changelog +## 2.2.1 + +* `Versions`: + * `Coroutines`: `1.6.3` -> `1.6.4` +* `Core`: + * New `typealiase`s for `CommonMessage` with all supported content types, more info: [PR](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/629) +* `Utils`: + * New extensions for all types of messages `*.withContentOrNull` and `*.withContentOrThrow` as analogies to the same ones from class casts + ## 2.2.0 * `Core`: