Skip to content

Commit

Permalink
chore: Releasing 0.11.1 (#4460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Mar 15, 2024
1 parent c7c5043 commit dfd5672
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Motoko compiler changelog

## 0.11.1 (2024-03-15)

* motoko (`moc`)

* feat: Custom error message for unused, punned field bindings (#4454).

* feat: Don't report top-level identifiers as unused (#4452).

* bugfix: Declaring `<system,...>` capability on a class enables system capabilities in its body (#4449).
* bugfix: Declaring `<system, ...>` capability on a class enables system capabilities in its body (#4449).

* bugfix: Fix crash compiling actor reference containing an await (#4418, #4450).
* bugfix: Fix crash compiling actor reference containing an `await` (#4418, #4450).

* bugfix: Fig crash when compiling with flag --experimental-rtti (#4434).
* bugfix: Fix crash when compiling with flag `--experimental-rtti` (#4434).

## 0.11.0 (2024-03-05)

Expand Down

0 comments on commit dfd5672

Please sign in to comment.