diff --git a/CHANGELOG.md b/CHANGELOG.md index 6561794ec8..180950ab91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - [Experimental] Add modified version of LargeTopAppBar that mimic J2K's ExpandedAppBarLayout - Refactor About page to use Compose - Adjust Compose-based pages' transition to match J2K's Conductor transition +- Resolve deprecation warnings + - Kotlin's context-receiver, schedule for removal on Kotlin v2.1.x and planned to be replaced by context-parameters on Kotlin v2.2 + - Project.exec -> Providers.exec + - Remove internal API usage to retrieve Kotlin version for kotlin-stdlib +- Move :core module to :core:main + - Move archive related code to :core:archive (@AntsyLich) ## [1.9.7]