Skip to content

Commit

Permalink
chore: Releasing 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Feb 26, 2025
1 parent 8547ae0 commit 56f8d6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Motoko compiler changelog

## 0.14.2 (FUTURE)
## 0.14.2 (2025-02-26)

* motoko (`moc`)

* Added support for sending `cycles` and setting a `timeout` in parentheticals.
This is an **experimental feature**, with new syntax, and now also allowing best-effort
message sends. The legacy call `Cycles.add<system>` is still supported (#4608).

For example, if one wants to attach cycles to a message send, prefix it with a parenthetical
For example, if one wants to attach cycles to a message send, one can prefix it with a parenthetical
``` motoko
(with cycles = 5_000) Coins.mine(forMe);
```
Expand All @@ -21,6 +21,8 @@
* bugfix: `mo-doc` will now generate documentation for `actor`s and `actor class`es (#4905).
* bugfix: Error messages now won't suggest privileged/internal names (#4916).
## 0.14.1 (2025-02-13)
* motoko (`moc`)
Expand Down

0 comments on commit 56f8d6c

Please sign in to comment.