Skip to content

Commit

Permalink
chore: Releasing 0.11.2 (#4603)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Jul 6, 2024
1 parent c42ea02 commit e6d5d03
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Motoko compiler changelog

## 0.11.2 (to come)
## 0.11.2 (2024-07-06)

* motoko (`moc`)

* deprecation: Deprecate use of base library 'ExperimentalStableMemory' (ESM) (#4573).
* deprecation: Deprecate the use of base library's `ExperimentalStableMemory` (ESM) (#4573).
New `moc` flag `--experimental-stable-memory <n>` controls the level of deprecation:
* n < 0: error on use of stable memory primitives.
* n = 0: warn on use of stable memory primitives.
* n > 1: warning-less use of stable memory primitives (for legacy applications).
Users of ESM should consider migrating their code to use isolated regions (library 'Region.mo') instead.
* bugfix: Fix the detection of unused declarations in switch and catch cases (#4560).
* improvement: Only warn on unused identifiers if type checking is error-free (#4560).
Users of ESM should consider migrating their code to use isolated regions (library `Region.mo`) instead.

* bugfix: Fix the detection of unused declarations in switch and catch alternatives (#4560).

* improvement: Only warn on unused identifiers if type checking is error-free (#4561).

## 0.11.1 (2024-03-15)

Expand Down

0 comments on commit e6d5d03

Please sign in to comment.