diff --git a/Changelog.md b/Changelog.md index b1d8849e4a6..cc2609b4923 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,11 +4,13 @@ * motoko (`moc`) - * typing: suggest conversions between primitive types from imported libraries or, with --ai-errors, all available package libraries (#4747). + * typing: suggest conversions between primitive types from imported libraries + and, with --ai-errors, all available package libraries (#4747). * motoko-base - * Add modules `OrderedMap` and `OrderedSet` to replace `RBTree` with improved functionality, performance and ergonomics avoiding the need for preupgrade hooks (thanks to Serokell) (#662). + * Add modules `OrderedMap` and `OrderedSet` to replace `RBTree` with improved functionality, performance + and ergonomics avoiding the need for preupgrade hooks (thanks to Serokell) (#662). ## 0.13.2 (2024-10-18) @@ -54,7 +56,7 @@ * The garbage collector is fixed to incremental GC and cannot be chosen. * `Float.format(#hex prec, x)` is no longer supported (expected to be very rarely used in practice). * The debug print format of `NaN` changes (originally `nan`). - + To activate enhanced orthogonal persistence under `dfx`, the following command-line argument needs to be specified in `dfx.json`: ```