Skip to content

Commit

Permalink
chore: Releasing 0.13.0 (#4697)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Sep 13, 2024
1 parent 1511fba commit 9a3ea6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Motoko compiler changelog

## 0.13.0 (2024-09-13)

* motoko (`moc`)

* Added a new primitive `cyclesBurn : <system> Nat -> Nat` for burning the canister's cycles
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9a3ea6e

Please sign in to comment.