Skip to content

0.13.4

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 19:46
· 40 commits to master since this release
7a72632
  • motoko (moc)

    • refactoring: Updating and simplifying the runtime system dependencies (#4677).
  • motoko-base

    • Breaking change (minor): Float.format(#hex) is no longer supported.
      This is because newer versions of Motoko (such as with enhanced orthogonal persistence)
      rely on the Rust-native formatter that does not offer this functionality.
      It is expected that this formatter is very rarely used in practice (dfinity/motoko-base⁠#589).

    • Formatter change (minor): The text formatting of NaN, positive or negative,
      will be NaN in newer Motoko versions, while it was nan or -nan in older versions (dfinity/motoko-base⁠#589).