From 162131460bb3dd12120d9ee183f30376574a5c0c Mon Sep 17 00:00:00 2001 From: Ilya Fomichev Date: Fri, 4 Oct 2024 14:46:15 +0500 Subject: [PATCH] add version 0.7.4 to changelog --- docs/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index d2aa4e691..0b5155068 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,19 @@ Change Log ========== +Version 0.7.4 (2024-10-04) +-------------------------- + +### Dependencies + +- Added direct dependency on `androidx.coordinatorlayout:coordinatorlayout:1.2.0` to sample projects. + +### Bug fixes and improvements + +- Improve error handling in `ackpine-splits`. This also allowed to avoid duplicate `Apk` objects in sequences returned from `ZippedApkSplits` factories in some possible cases of errors. +- Fix incorrect sessions' progress when there are list items beyond visible area in sample apps. +- Hide floating Install button when scrolling down in sample apps. + Version 0.7.3 (2024-10-01) --------------------------