From bdbb00d51fdd4ee5ff1138c94f0df240ea75eed3 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 17 Feb 2026 21:15:51 +0600 Subject: [PATCH] fix runCatchingLogging --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a41b57fb4..eec7f953955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.25.8.2 +* `Coroutines`: + * `runCatchingLogging` updated to rethrow `CancellationException` and log other exceptions + ## 0.25.8.1 * `Coroutines`: