From 43783387ce56da04e149f064be007cc56570a934 Mon Sep 17 00:00:00 2001 From: Isaac Udy Date: Tue, 13 Aug 2024 00:11:50 +1200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6188be..c8e114b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog ## 2.8.0 +* Updated Compose to 1.7.0 * Added support for NavigationKey.WithExtras to `NavigationResultChannel` and `NavigationFlowScope` * Updated `enro-test` methods to provide more descriptive error messages when assert/expect methods fail, and added kdoc comments to many of the functions +* Updated Composable navigation animations to use SeekableTransitionState, as a step towards supporting predictive back navigation animations ## 2.7.0 * ⚠️ Updated to androidx.lifecycle 2.8.1 ⚠️