From 7bcb81400ba031255408e4a477b51ccc3bf2e29c Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 5 Nov 2025 15:14:21 +0600 Subject: [PATCH] fill changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a492047111..144bfe91565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## 0.26.7 +* `Versions`: + * `Kotlin`: `2.2.20` -> `2.2.21` + * `Compose`: `1.8.2` -> `1.9.2` + * `KSP`: `2.2.20-2.0.3` -> `2.3.1` +* `Coroutines`: + * Fix `SmartSemaphore.waitRelease` to wait for the exact number of permits + * Improve `SmartKeyRWLocker` tests +* `KSP`: + * `Sealed`/`ClassCasts`/`Variations`: + * Add workaround for `NoSuchElementException` to improve processors stability on new `KSP` +* `Koin`: + * `Generator`: + * Handle missing annotation values safely (`NoSuchElementException` workaround) +* `Android`: + * `Pickers`: + * Add dependency `androidx.compose.material:material-icons-extended` + ## 0.26.6 * `Versions`: