From 77158ffecf4047e0b60d4941b5cae1cc870dc2e9 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 15 Aug 2024 00:34:07 +0600 Subject: [PATCH] add note about send action dsl PR --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b499db4ff..ee162ce3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 17.0.0 +* `API`: + * Change order of delay and sending action in [SendActionDSL](tgbotapi.api/src/commonMain/kotlin/dev/inmo/tgbotapi/extensions/api/send/SendActionDSL.kt) + (thanks to [DRSchlaubi](https://github.com/DRSchlaubi), [PR #833](https://github.com/InsanusMokrassar/ktgbotapi/pull/883)) + ## 16.0.0 **THIS UPDATE CONTAINS KOTLIN UPDATE UP TO 2.0**