Skip to content

Commit

Permalink
chore: Releasing 0.13.3 (#4761)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Nov 13, 2024
1 parent aafd6b0 commit ef79879
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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`:

```
Expand Down

0 comments on commit ef79879

Please sign in to comment.