Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing 0.6.5 #2655

Merged
merged 5 commits into from
Jul 8, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Motoko compiler changelog

* Fix issue #2319 (crash on import of Candid class)
== 0.6.5 (2021-07-08)

* Add alternative, _compacting_ gc, enabled with new moc flag `--compacting-gc`.
The compacting gc supports larger heap sizes than the default, 2-space copying collector.

NOTE: Dfx 0.7.6 adds optional field `"args"` to `dfx.json` files,
so Motoko canisters can specify `moc` command-line arguments. E.g.,

```json
...
"type" : "motoko"
...
"args" : "--compacting-gc"
...
```

* Documentation fixes.
* Command line tools: `--help` option provides better documentation of command line
options that have arguments.
* Fix issue #2319 (crash on import of Candid class).

== 0.6.4 (2021-06-12)

Expand Down