From e661185534df6a0c79580ed846be51fe8636953b Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 19 Jun 2024 19:36:02 +0600 Subject: [PATCH] fill changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d186e9231..c0756c4cce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## 0.20.53 +**THIS UPDATE CONTAINS BREAKING CHANGES IN `safely*`-ORIENTED FUNCTIONS** + +* `Coroutines`: + * **All `safely` functions lost their `supervisorScope` in favor to wrapping `runCatching`** + * `runCatchingSafely` is the main handling function of all `safely` functions + * `launchSafely*` and `asyncSafely*` blocks lost `CoroutineScope` as their receiver + ## 0.20.52 * `Coroutines`: