Skip to content

Commit

Permalink
Releasing 0.6.27 (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored May 4, 2022
1 parent 2792670 commit 6e25e40
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down

0 comments on commit 6e25e40

Please sign in to comment.