We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140cd74 commit 5850fb9Copy full SHA for 5850fb9
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Change Log
2
==========
3
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
13
## 0.31.1 *(2025-07-28)*
14
15
### Navigation
0 commit comments