Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelannin committed Aug 19, 2024
1 parent 89ff364 commit 66cd7d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.0.0
- Updated Kotlin to 2.0.10, Compose to 1.6.10 and other dependencies
- Moved StartedOptions from FeatureParams to KeemunComponentConnector
- Redesigned saving the state of the store. Added 3 implementations:
- stateless (default),
- save Store.state (if state serializable),
- save the state transformed into another model

# v1.2.0
- Fixed multiple subscription for updates in Jetpack Compose

Expand Down

0 comments on commit 66cd7d0

Please sign in to comment.