Skip to content

Commit

Permalink
chore: Releasing 0.13.5 (#4805)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Dec 6, 2024
1 parent 81f04e9 commit 76f9087
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Motoko compiler changelog

## 0.13.5 (FUTURE)
## 0.13.5 (2024-12-06)

* motoko (`moc`)

Expand Down Expand Up @@ -38,12 +38,16 @@
* Added new primitive `replyDeadline : () -> Nat64` to obtain when a response for a best-effort message is due (#4795).
* bugfix: fail-fast by limiting subtyping depth to avoid reliance on unpredictable stack overflow (#3057, #4798).
* motoko-base
* Added `Text.fromList` and `Text.toList` functions (dfinity/motoko-base#676).
* Added `Text.fromArray/fromVarArray` functions (dfinity/motoko-base#674).
* Added `replyDeadline` to `ExperimentalInternetComputer` (dfinity/motoko-base⁠#677).
## 0.13.4 (2024-11-29)
* motoko (`moc`)
Expand Down

0 comments on commit 76f9087

Please sign in to comment.