Skip to content

Commit

Permalink
Releasing 0.8.5 (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Mar 20, 2023
1 parent 4cf2355 commit 5fc5632
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Motoko compiler changelog

## 0.8.5 (2023-03-20)

* motoko (`moc`)

* Performance improvement: Values of variant type that are compile-time known
are relegated to the static heap now and don't get allocated each time (#3878).

* bugfix: the global timer expiration callback was called unnecessarily in the
default mechanism (#3883).

## 0.8.4 (2023-03-11)

* motoko (`moc`)
Expand Down

0 comments on commit 5fc5632

Please sign in to comment.