Skip to content

Commit

Permalink
Releasing 0.6.26 (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Apr 20, 2022
1 parent 31ac2c8 commit 23865b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Motoko compiler changelog

## FUTURE (2022-04-XX)
## 0.6.26 (2022-04-20)

* motoko (`moc`)

* Performance: inline prim-wrapping functions (thanks to nomeata) (#3159)
* Improve type pretty printer to mirror type parser (avoids producing unparseable stable variable signatures) (#3190)
* Adds new flag `--omit-metadata` to omit certain metadata sections from `actor` (and `actor class`) Wasm (#3164)
* Performance: avoid redundant heap allocation when deserializing compact Candid `int` and `nat` values (#3173)
* Added a primitive to obtain stable variable memory footprint (#3049)

* motoko-base

* Fixed the 32-bit range limitation of `Hash.hash: Nat -> Nat32` and
deprecate most functions in `Hash` (dfinity/motoko-base#366).
* Add `List.toIter` (thanks to hoosan) (dfinity/motoko-base#336).

## 0.6.25 (2022-03-07)

* motoko (`moc`)
Expand Down

0 comments on commit 23865b8

Please sign in to comment.