Skip to content

Commit

Permalink
Add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser committed Jan 17, 2025
1 parent cf83427 commit 3e5ee29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Motoko compiler changelog

## 0.13.6 (tbd)

* motoko (`moc`)

* Breaking change (minor):

* For enhanced orthogonal persistence: The Wasm persistence modes used internally for canister upgrades have been changed to lower case names,
`keep` and `replace` and instead of `Keep` and `Replace`:

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.

## 0.13.5 (2024-12-06)

* motoko (`moc`)
Expand Down

0 comments on commit 3e5ee29

Please sign in to comment.