1# Log for changes in the Navigation library 2# 3# `Added`: for new features 4# `Changed`: for changes in existing functionality 5# `Deprecated`: for soon to be removed functionality 6# `Removed`: for now removed feature 7# `Fixed`: for any bug fixes 8# `Security`: in case of vulnerabilities 9# 10# Possible headings: 11# API Changes 12# Bug Fixes 13# Dependency Updates 14# Behavior Change 15# External Contributions 16 17## Unreleased 18 19### New Features 20 21- NavHost and NavController now supports navigating in compose with Animations. 22 23### Bug Fixes 24 25- Fixed an issue with Navigation in Fragments where navigating 26with popUpTo and popping a fragment off the back stack without 27recreating its view would cause system back to stop working. 28 29## Version 2.6.0-rc01 30 31### Bug Fixes 32 33- Updated the error message and exception type when navigating on a NavController with no 34 navigation graph set. 35 36### Dependency Updates 37 38- Changed dependency of Activity library from version 1.6.1 to version 1.7.1. 39 40 41