Skip to content

Commit 6e25e40

Browse files
authored
Releasing 0.6.27 (#3221)
1 parent 2792670 commit 6e25e40

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Motoko compiler changelog
22

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+
319
## 0.6.26 (2022-04-20)
420

521
* motoko (`moc`)

0 commit comments

Comments
 (0)