diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b89d34..6f1b8fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * 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 * Fixed a bug where managed flows (`registerForFlowResult`) that launch embedded flows (`deliverResultFromPush/Present`) were not correctly handling the result of the embedded flow +* Added `FragmentSharedElements` to provide a way to define shared elements for Fragment navigation, including a compatibility layer for Composable NavigationDestinations that want to use AndroidViews as shared elements with Fragments. See `FragmentsWithSharedElements.kt` in the test application for examples of how to use `FragmentSharedElements` ## 2.7.0 * ⚠️ Updated to androidx.lifecycle 2.8.1 ⚠️