Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Feb 16, 2024
1 parent 32f315b commit e6c159f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

## 0.22.1 *(2024-02-16)*

### Codegen

- Update `StateMachine` collection to start immediately when the generated composable is
added to the composition. Previously this only happened in `onResume` for the `NavBackStackEntry`
that the composable is tied too which caused a visible delay in the content being shown.
Whenever the lifecycle is paused afterwards the collection is stopped until the next
resume.


## 0.22.0 *(2024-02-02)*

### Navigation
Expand Down

0 comments on commit e6c159f

Please sign in to comment.