mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-04 07:39:39 +00:00
fill changelog
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# TelegramBotAPI changelog
|
# TelegramBotAPI changelog
|
||||||
|
|
||||||
## 25.0.2
|
## 26.0.0
|
||||||
|
|
||||||
* `Version`:
|
* `Version`:
|
||||||
* `Serialization`: `1.8.0` -> `1.8.1`
|
* `Serialization`: `1.8.0` -> `1.8.1`
|
||||||
@@ -9,6 +9,11 @@
|
|||||||
* `MicroUtils`: `0.25.3` -> `0.25.7`
|
* `MicroUtils`: `0.25.3` -> `0.25.7`
|
||||||
* `Core`:
|
* `Core`:
|
||||||
* `RequestsExecutor` got property `RequestsExecutor.Log: KSLog?`
|
* `RequestsExecutor` got property `RequestsExecutor.Log: KSLog?`
|
||||||
|
* `BehaviourContext`:
|
||||||
|
* All triggers and waiters become non-suspend functions
|
||||||
|
* Behaviour of counted extensions (commands, data callback queries, etc.) has been changed a bit: now each one will
|
||||||
|
create subcontext and work in it
|
||||||
|
* New extension `BehaviourContext.launchInNewSubContext` which will launch some job in subcontext of receiver
|
||||||
|
|
||||||
## 25.0.1
|
## 25.0.1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user