Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Mar 8, 2024
1 parent 4696b1d commit e95cfe3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Change Log
==========

## 0.23.1 *(2024-03-08)*

### Navigation

- Fix an issue where `SaveableStateHolder` would not be properly cleared when the destination
is removed from the back stack after configuration changes. Thanks to @hoc081098 for the contribution.

### Codegen

- Add `remember` for the set of destinations, deep link handlers and deep link prefixes obtained
from the generated component, to avoid creating a new `NavigationExecutor` on re-compositions.
- Remove `Experimental` prefix from generated code when `experimentalNavigation` is `true.


## 0.23.0 *(2024-03-01)*

- Update Compose to 1.6.0
Expand Down

0 comments on commit e95cfe3

Please sign in to comment.