From 7f1b6bd2465fa8d341803a53b9366b3f79935a52 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 18 Jul 2023 11:41:23 +0200 Subject: [PATCH] chore: Releasing 0.9.7 (#4131) --- Changelog.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index a11a75fab76..f049088d8e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,15 @@ # Motoko compiler changelog -* motoko (`moc`) +## 0.9.7 (2023-07-18) - * bugfix: don't crash on import of Candid composite queries (#4128). +* motoko (`moc`) * Performance improvement: lower the default allocation for bignums (#4102). + * Performance improvement: generate better code for pattern matches on some small variants (#4093). + + * bugfix: don't crash on import of Candid composite queries (#4128). + ## 0.9.6 (2023-07-07) * motoko (`moc`)