From 25cfde16e647adb6c259a5dcc6a8afe3bd0f2da4 Mon Sep 17 00:00:00 2001 From: Gabriel Ittner Date: Sun, 7 Jan 2024 14:39:37 +0100 Subject: [PATCH] Changelog for 1.2.1 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513042e2..ff045476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log ========== +## 1.2.1 *(2024-01-07)* + +- Fix deadlock when using ExecutionPolicy.ORDERED. +- Reduce allocations in `rememberStateAndDispatch`. Thanks to @hoc081098 for teh contribution. +- Updated to Kotlin 1.9.22. + + ## 1.2.0 *(2023-07-28)* #### DSL additions @@ -50,7 +57,7 @@ Change Log - The `collectWhileInState` method that has a lambda parameter to build the collected `Flow`. now receives `S` instead of `Flow` as its parameter. -- The compose artifact now a multiplatform library with support for all platform supported +- The compose artifact is now a multiplatform library with support for all platform supported by compose-multiplatform. #### Deprecations