We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2792670 commit 6e25e40Copy full SHA for 6e25e40
Changelog.md
@@ -1,5 +1,21 @@
1
# Motoko compiler changelog
2
3
+## 0.6.27 (2022-05-04)
4
+
5
+* motoko (`moc`)
6
7
+ * Importing modules by relative path is now more robust (#3215).
8
+ * Performance: persisting stable variables to stable memory is now
9
+ performed in streaming fashion, reducing heap consumption and
10
+ copying during an upgrade (#3149).
11
+ * Performance: local 32- and 64-bit numeric values are now stored in
12
+ using unboxed form when possible (thanks to nomeata) (#3207).
13
14
+* motoko-base
15
16
+ * Fixed a bug in `Trie.filter` (and `Trie.mapFilter`) which could
17
+ lead to missing matches in some cases (dfinity/motoko-base#371).
18
19
## 0.6.26 (2022-04-20)
20
21
* motoko (`moc`)
0 commit comments