0.13.4
-
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 beNaNin newer Motoko versions, while it wasnanor-nanin older versions (dfinity/motoko-base#589).
-