From 9a3ea6e48b40e0bee85d5ed5f43358d20a2b85e6 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 13 Sep 2024 14:54:43 +0200 Subject: [PATCH] chore: Releasing 0.13.0 (#4697) --- Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8c2e608e4fc..0a83672e5f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Motoko compiler changelog +## 0.13.0 (2024-09-13) + * motoko (`moc`) * Added a new primitive `cyclesBurn : Nat -> Nat` for burning the canister's cycles @@ -31,10 +33,11 @@ "args" : "--enhanced-orthogonal-persistence" ... ``` + BREAKING CHANGE (Minor): changes some aspects of `Float` formatting. For more information, see: * The Motoko design documentation `design/OrthogonalPersistence.md` - * The Motoko user documentation `doc/md/canister-maintenance//upgrades.md`. + * The Motoko user documentation `doc/md/canister-maintenance/upgrades.md`. * Candid decoding: impose an upper limit on the number of values decoded or skipped in a single candid payload, as a linear function, `max_values`, of binary payload size.