From 9dd18483372391c3a0e6e6ab18368ea893404594 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 24 May 2021 12:31:32 +0600 Subject: [PATCH] note about safely logic --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678a2d02e7f..38529067b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 0.5.3 * `Coroutines`: + * **Mechanism of `safely` has been changed: instead of creating new scope now is used `withContext`** * Extensions `doInUI` and `doInDefault` were replaced in common and available on any supported platform * Extension `doInIO` replaced into `jvm` and available on any `JVM` platform * Old extension `safelyWithouException` without `onException` has been replaced by its copy with `onException` and