Skip to content

Commit

Permalink
Releasing 0.6.7 (#2725)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Aug 16, 2021
1 parent 7087e86 commit 43da0ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Motoko compiler changelog

== 0.6.7 (2021-08-16)

* moc

* Optimize field access by exploiting field ordering (#2708)
* Fix handling of self references in mark-compact GC (#2721)
* Restore CI reporting of perf-regressions (#2643)

* motoko-base:

* Fix bug in `AssocList.diff` (#277)
* Deprecate unsafe or redundant functions in library `Option` ( `unwrap`, `assertSome`, `assertNull`) (#275)

== 0.6.6 (2021-07-30)

* Vastly improved garbage collection scheduling: previously Motoko runtime would do GC
Expand Down

0 comments on commit 43da0ac

Please sign in to comment.