From 99f16e33a6388f982d5205444dedb9e9621130e9 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 26 Aug 2022 12:44:11 +0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e418c8449..40b8d33b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ ## 3.2.0 +**Since this update, `RequestsExecutor#execute` may throw only `BotException`. In case you wish to handle some exceptions from `execute` you must catch `BotException` and handle its `cause`** + * `Versions`: * `Serialization`: `1.4.0-RC` -> `1.4.0` * `MicroUtils`: `0.12.1` -> `0.12.4` * `Core`: * `SetWebhook#allowedUpdates` now is `ALL_UPDATES_LIST` by default instead of `null` - * `KtorRequestsExecutor#execute` now will __always__ throw `BotException` if something went wrong inside * `API`: * Extension `TelegramBot#setWebhook` parameter `allowedUpdates` now is `ALL_UPDATES_LIST` by default instead of `null` * `Utils`: