Skip to content

Commit

Permalink
Releasing 0.8.1 (#3772)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Feb 3, 2023
1 parent be73414 commit a0f6958
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Motoko compiler changelog

## 0.8.1 (2023-02-03)

* motoko (`moc`)

* Performance improvement: faster heap allocation (#3765).

* bugfix: `async` returns involving abbreviated tuple types no longer crash the compiler (#3740, #3741).

* bugfix: avoid quadratic code expansion due to imported, but unused, actor classes (#3758).

## 0.8.0 (2023-01-27)

* motoko (`moc`)
Expand Down Expand Up @@ -90,10 +100,6 @@
* bugfix: system method `inspect` involving message with single tuple argument no longer crashes the compiler (#3732, #3733).
* bugfix: async returns involving abbreviated tuple types no longer crash the compiler (#3740, #3741).
* bugfix: avoid quadratic code expansion due to imported, but unused, actor classes (#3758).
## 0.7.6 (2023-01-20)
* motoko (`moc`)
Expand Down

0 comments on commit a0f6958

Please sign in to comment.