Skip to content

0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 00:45
· 422 commits to master since this release
9ce2e5a
  • motoko (moc)

    • BREAKING CHANGE (Minor):

      or-patterns in function definitions cannot be inferred any more. The new error
      message suggests to add a type annotation instead. This became necessary in order
      to avoid potentially unsound types (#4012).

    • Added implementation for ic0.canister_version as a primitive (#4027).

    • Added a more efficient Prim.blobCompare (thanks to nomeata) (#4009).

    • bugfix: minor error in grammar for async* expressions (#4005).

  • motoko-base