mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-10-31 21:43:48 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
e029b29f7f
commit
99f16e33a6
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
## 3.2.0
|
## 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`:
|
* `Versions`:
|
||||||
* `Serialization`: `1.4.0-RC` -> `1.4.0`
|
* `Serialization`: `1.4.0-RC` -> `1.4.0`
|
||||||
* `MicroUtils`: `0.12.1` -> `0.12.4`
|
* `MicroUtils`: `0.12.1` -> `0.12.4`
|
||||||
* `Core`:
|
* `Core`:
|
||||||
* `SetWebhook#allowedUpdates` now is `ALL_UPDATES_LIST` by default instead of `null`
|
* `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`:
|
* `API`:
|
||||||
* Extension `TelegramBot#setWebhook` parameter `allowedUpdates` now is `ALL_UPDATES_LIST` by default instead of `null`
|
* Extension `TelegramBot#setWebhook` parameter `allowedUpdates` now is `ALL_UPDATES_LIST` by default instead of `null`
|
||||||
* `Utils`:
|
* `Utils`:
|
||||||
|
Loading…
Reference in New Issue
Block a user