From 3644b83ac6b8c425df490297c521d691c86fec4a Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 29 Jan 2023 13:08:41 +0600 Subject: [PATCH] fill changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2736ba38b79..6418daf82f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,16 @@ * New extension `MutableState.asState` * `Coroutines`: * `Compose`: - * `asMutableComposeState` and all depending functions now use `doInUI` to guarantee state changin in Main Dispatcher + * All the `Flow` conversations to compose `State`/`MutableState`/`SnapshotStateList`/`List` got several new + parameters + * `Flow.toMutableState` now is deprecated in favor to `asMutableComposeState` +* `Repos`: + * `Cache`: + * New type `FullCacheRepo` + * New type `CommonCacheRepo` + * New type `FallbackCacheRepo` + * `CacheRepo` got `invalidate` method. It will fully reload `FullCacheRepo` and just clear `CommonCacheRepo` + * New extensions `KVCache.actualizeAll` ## 0.16.6