1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-12-22 16:47:13 +00:00

start 23.0.0

This commit is contained in:
InsanusMokrassar 2024-12-19 16:30:31 +06:00
parent b90f8ec389
commit 9b4b60eb33
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# TelegramBotAPI changelog
## 23.0.0
* `Core`:
* All old factory methods for `TextSource`s took suffix `TextSource`. For example: `regular` -> `regularTextSource`.
That has been for excluding names resolution ambiguity with extensions for `EntitiesBuilder`
## 22.0.0
**THIS UPDATE CONTAINS BREAKING CHANGES**

View File

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