Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .sources/VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ chain-fusion-signer v0.4.0
papi v0.1.1 168bc9d
ic-pub-key v1.0.1 f89fa55
icp-cli v1.1.0 fe4af7c
motoko v1.11.0 c3a6eb3
motoko v1.11.1 ac693b1
motoko-core v2.4.0 cd37dbf
cdk-rs ic-cdk v0.20.1 / ic-cdk-timers v1.0.0 / ic-cdk-executor v2.0.0 317f55c
candid 2025-12-18 # candid v0.10.20, didc v0.5.4 2e4a2cf
Expand Down
9 changes: 9 additions & 0 deletions docs/languages/motoko/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ sidebar:

# Motoko compiler changelog

## 1.11.1 (2026-07-15)

* motoko (`moc`)

* refactor: simplifies bounds checks for candid decoding in the RTS (#6240).
* fix: fix codegen for nested mixins (#6223).
* deprecation: removed the legacy `-multi-value`/`-no-multi-value` flags; `--experimental-multi-value` and
`--no-experimental-multi-value` now warn as deprecated: multi-value Wasm codegen is the default (#6206).

## 1.11.0 (2026-06-29)

* motoko (`moc`)
Expand Down
Loading