Skip to content

Commit

Permalink
Changelog for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Jan 7, 2024
1 parent 3fc8a41 commit 25cfde1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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<S>` 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
Expand Down

0 comments on commit 25cfde1

Please sign in to comment.