Skip to content

Commit

Permalink
chore: Releasing 0.9.2 (#4028)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Jun 10, 2023
1 parent 862f734 commit 9ce2e5a
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,9 +1,25 @@
# Motoko compiler changelog

## 0.9.2 (2023-06-10)

* motoko (`moc`)

* BREAKING CHANGE (Minor):

`or`-patterns in function definitions cannot be inferred any more. The new error
message suggests to add a type annotation instead. This became necessary in order
to avoid potentially unsound types (#4012).

* Added implementation for `ic0.canister_version` as a primitive (#4027).

* Added a more efficient `Prim.blobCompare` (#4009).

* bugfix: minor error in grammar for `async*` expressions (#4005).

* motoko-base

* Add `Principal.isController` function (dfinity/motoko-base#558).

## 0.9.1 (2023-05-15)

* motoko (`moc`)
Expand Down

0 comments on commit 9ce2e5a

Please sign in to comment.