From ec487081959f2db6411ba412c339ff1760c157f9 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 5 Aug 2022 21:27:45 +0600 Subject: [PATCH] start to fill changelog --- CHANGELOG.md | 17 +++++++++++++---- tgbotapi.ksp/lib/build.gradle | 1 - 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3595948b27..9531424bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,21 @@ ## 3.0.0 +* `Versions`: + * `Kotlin`: `1.6.21` -> `1.7.10` + * `Serialization`: `1.3.3` -> `1.4.0-RC` + * `Korlibs`: `2.7.0` -> `3.0.0` + * `UUID`: `0.4.1` -> `0.5.0` + * `MicroUtils`: `0.11.13` -> `0.12.0` +* `Core`: + * Interface `ReplyMakrup` has been renamed to `WithReplyMarkup` to correspond its purpose +* `API`: + * Add new `Flow`-based live locations API +* `Utils`: + * **BREAKING CHANGES** Now all new classcasts (like `Chat.ifPrivateChat` etc.) have been rewritten to be generated with `ksp` and `kotlin poet` + ## 2.2.2 -* `Core`: - * Interface `ReplyMakrup` has been renamed to `WithReplyMarkup` to correspond its purpose -* `API`: - * New API (`handleLiveLocation`) for live location streaming using `Flow` * `Utils`: * `buildEntities` now is inline * `Behaviour Builder`: diff --git a/tgbotapi.ksp/lib/build.gradle b/tgbotapi.ksp/lib/build.gradle index 05a6c36bde..3048b631e0 100644 --- a/tgbotapi.ksp/lib/build.gradle +++ b/tgbotapi.ksp/lib/build.gradle @@ -5,4 +5,3 @@ plugins { project.description = "Class Casts generator KSP library to include into your library" apply from: "$mppProjectWithSerializationPresetPath" -apply from: "$publishGradlePath"