From dfd5672bed956e557227d90eeda211428f4b06c2 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 15 Mar 2024 19:32:27 +0100 Subject: [PATCH] chore: Releasing 0.11.1 (#4460) --- Changelog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 69e0ca3dfe1..549a7eed718 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,16 +1,18 @@ # Motoko compiler changelog +## 0.11.1 (2024-03-15) + * motoko (`moc`) * feat: Custom error message for unused, punned field bindings (#4454). * feat: Don't report top-level identifiers as unused (#4452). - * bugfix: Declaring `` capability on a class enables system capabilities in its body (#4449). + * bugfix: Declaring `` capability on a class enables system capabilities in its body (#4449). - * bugfix: Fix crash compiling actor reference containing an await (#4418, #4450). + * bugfix: Fix crash compiling actor reference containing an `await` (#4418, #4450). - * bugfix: Fig crash when compiling with flag --experimental-rtti (#4434). + * bugfix: Fix crash when compiling with flag `--experimental-rtti` (#4434). ## 0.11.0 (2024-03-05)