From f8974d55836057751a65262fec99ab85a1b4dc55 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sat, 1 Apr 2023 13:41:54 +0200 Subject: [PATCH] Releasing 0.8.6 (#3909) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index ac1c93ee7e7..e9fd84a6c97 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Motoko compiler changelog +## 0.8.6 (2023-04-01) + +* motoko (`moc`) + + * bugfix: avoid compiler crash (regression) when `let`-matching on constant variants (#3901, #3903). + + * Performance improvement: improved cycle usage when receiving messages (#3893). + ## 0.8.5 (2023-03-20) * motoko (`moc`)