From 5fc56320c9fc6c96857c5293bf4e589c437363e9 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 20 Mar 2023 16:21:36 +0100 Subject: [PATCH] Releasing 0.8.5 (#3886) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index b297472f23c..ac1c93ee7e7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ # Motoko compiler changelog +## 0.8.5 (2023-03-20) + +* motoko (`moc`) + + * Performance improvement: Values of variant type that are compile-time known + are relegated to the static heap now and don't get allocated each time (#3878). + + * bugfix: the global timer expiration callback was called unnecessarily in the + default mechanism (#3883). + ## 0.8.4 (2023-03-11) * motoko (`moc`)