1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-06-25 20:55:13 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
134145f441 fix version in gradle.properties -.- 2025-06-14 23:41:23 +06:00
ef76fe52ca fill changelog 2025-06-14 19:40:05 +06:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# TelegramBotAPI changelog
## 25.0.2
## 26.0.0
* `Version`:
* `Serialization`: `1.8.0` -> `1.8.1`
@@ -9,6 +9,11 @@
* `MicroUtils`: `0.25.3` -> `0.25.7`
* `Core`:
* `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

View File

@@ -6,4 +6,4 @@ kotlin.incremental=true
kotlin.incremental.js=true
library_group=dev.inmo
library_version=25.0.2
library_version=26.0.0