From ee30fbc18c4f96d06d19074b7b1801fc58ec06e8 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 10 Dec 2021 14:11:50 +0100 Subject: [PATCH] Releasing 0.6.17 (#2979) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0e5a8a25e65..90e771751ad 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Motoko compiler changelog +## 0.6.17 (2021-12-10) + +* Improved handling of one-shot messages facilitating zero-downtime + upgrades (#2938). +* Further performance improvements to the mark-compact garbage + collector (#2952, #2973). +* Stable variable checking for `moc.js` (#2969). +* A bug was fixed in the scoping checker (#2977). + ## 0.6.16 (2021-12-03) * Minor performance improvement to the mark-compact garbage collector