Skip to content

Commit 5850fb9

Browse files
committed
changelog for 0.31.2
1 parent 140cd74 commit 5850fb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Change Log
22
==========
33

4+
## 0.31.2 *(2025-08-08)*
5+
6+
### Navigation
7+
8+
- Throw exception when navigating to a destination with a parent declared in `@NavDestination`
9+
that is not present in the current back stack. This avoids a later exception in the `NavHost`
10+
which is harder to debug because of not knowing how the back stack got into this state.
11+
12+
413
## 0.31.1 *(2025-07-28)*
514

615
### Navigation

0 commit comments

Comments
 (0)