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