From 0b33ae9d24c3b29c70e0fdb86b23a432429b1c12 Mon Sep 17 00:00:00 2001 From: Ilya Fomichev Date: Tue, 2 Jul 2024 09:39:34 +0500 Subject: [PATCH] wording --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b9ad989cb..7d4ae8db8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -15,7 +15,7 @@ Version 0.7.0 (2024-07-02) ### Bug fixes and improvements - Fix race conditions leading to `SQLiteConstraintException: FOREIGN KEY constraint failed` (#68). -- Fix sessions getting stale after launching when there's a lot of them created concurrently. +- Fix sessions getting stuck after launching when there's a lot of them created concurrently. - Fix `FileNotFoundException` and `ZipException` when reading zipped files in some cases. - Add support for external storage `Uri`s when trying to directly access files. - Log APK parsing exceptions in sample apps.