From 3dcadf33f8e1f14ec798156f37e7f34a3913ef53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20Pr=C3=BCnster?= Date: Mon, 28 Oct 2024 18:30:34 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Jakob Heher --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6341a8..eb5a227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,7 @@ ## 1.9.0 - add WasmJS target -- add WasmWasi target (not or KmmResult-test, as Kotest does not support WASI yet) +- add WasmWasi target (not for KmmResult-test, as Kotest does not support WASI yet) - Function Renames (old ones are still present, but deprecated) - rename `wrapping` -> `catchingAs` but keep the old names as deprecated alternative - add `catchingUnwrappedAs`, which works just like `catchingAs` but on a `Result` rather than a `KmmResult` to avoid instantiation overhead