1.15.1
-
motoko (
moc)-
fix: Strip the
motoko:stable-typescustom section from the wasm
under--enhanced-migration: it can grow very large with migration
chains, and the runtime system already enforces stable-type
compatibility at upgrade time. Compile-time validation and the
.mostoutput under--stable-typesare unaffected (#6073). -
bugfix: Candid record decoding now skips trailing extra fields whose count
is a multiple of 256; the skip count had been truncated to a byte (#6334).
-