Skip to content

Commit

Permalink
chore: Releasing 0.13.6 (#4859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Jan 20, 2025
1 parent 83d7ada commit 6cb13b5
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,10 +1,10 @@
# Motoko compiler changelog

## 0.13.6 (tbd)
## 0.13.6 (2025-01-21)

* motoko (`moc`)

* Support low Wasm memory hook: `system func lowmemory() : async* () { ... }` (#4849).
* Support the low Wasm memory hook: `system func lowmemory() : async* () { ... }` (#4849).

* Breaking change (minor) (#4854):

Expand All @@ -14,8 +14,10 @@
If using actor class instances with enhanced orthogonal persistence, you would need to recompile the program and upgrade with latest `moc` and `dfx`.
Otherwise, no action is needed.

* bugfix: Checks and mitigations that timer servicing works (#4846).

* bugfix: Some valid upgrades deleting a stable variable could fail the `--enhanced-orthogonal-persistence` stable compatibility check due to a bug (#4855).

## 0.13.5 (2024-12-06)

* motoko (`moc`)
Expand Down

0 comments on commit 6cb13b5

Please sign in to comment.