Skip to content

Commit

Permalink
fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner authored Sep 25, 2023
1 parent eae297a commit 22c3801
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Change Log

## 0.17.0 *(2023-09-25)*

## Navigation
### Navigation

- `com.freeletics.khonshu:navigation` is now a multiplatform module with JVM and Android
targets. The goal is not to support multiplatform navigation (for now at least), but to
make it possible to reference `NavRoute` in Kotlin/JVM modules.


## Codegen
### Codegen

- **Breaking**: Renamed the Compose `@ComposeDestnation` annotation to `@NavDestination` and
the Fragment `@ComposeDestination` to `@ComposeFragmentDestination`.
Expand Down Expand Up @@ -43,7 +43,7 @@ Change Log

## 0.16.1 *(2023-08-07)*

## Navigation
### Navigation

- Added `awaitNavigate` method to `NavigatorTurbine` that takes a lambda as parameter. It verifies that one nav event,
containing all navigation actions from the lambda, is being received.
Expand All @@ -53,12 +53,12 @@ Change Log

- Now uses Kotlin 1.9.0 and Anvil 2.4.7.

## Navigation
### Navigation

- Added `navigate` method to `NavEventNavigator` that takes a lambda as parameter. That lambda can
contain multiple navigation actions that will end up being bundled into one event that

## Codegen
### Codegen

- Added general `ForScope` annotation.
- It's now possible to use the `scope` of another screen using codegen as `parentScope`.
Expand Down

0 comments on commit 22c3801

Please sign in to comment.