From 3e5ee2971e4b77ff6298bb0eb993710b874f6717 Mon Sep 17 00:00:00 2001 From: luc-blaeser Date: Fri, 17 Jan 2025 09:47:42 +0100 Subject: [PATCH] Add change log --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 35686efe229..b31f4430784 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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`)