From 6e25e4082b660fd836537f2edc92e954dd4476c2 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 4 May 2022 15:23:58 +0200 Subject: [PATCH] Releasing 0.6.27 (#3221) --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Changelog.md b/Changelog.md index ac34487e64d..c5f30664e74 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,21 @@ # Motoko compiler changelog +## 0.6.27 (2022-05-04) + +* motoko (`moc`) + + * Importing modules by relative path is now more robust (#3215). + * Performance: persisting stable variables to stable memory is now + performed in streaming fashion, reducing heap consumption and + copying during an upgrade (#3149). + * Performance: local 32- and 64-bit numeric values are now stored in + using unboxed form when possible (thanks to nomeata) (#3207). + +* motoko-base + + * Fixed a bug in `Trie.filter` (and `Trie.mapFilter`) which could + lead to missing matches in some cases (dfinity/motoko-base#371). + ## 0.6.26 (2022-04-20) * motoko (`moc`)