Skip to content

Commit

Permalink
chore: bump base and docs, changelog++ (#4760)
Browse files Browse the repository at this point in the history
to pull in new OrderedSet and OrderedMap implementations
  • Loading branch information
crusso authored Nov 13, 2024
1 parent 703b494 commit aafd6b0
Show file tree
Hide file tree
Showing 6 changed files with 1,520 additions and 24 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Motoko compiler changelog

## 0.13.3 (2024-11-13)

* motoko (`moc`)

* typing: suggest conversions between primitive types from imported libraries or, 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).

## 0.13.2 (2024-10-18)

* motoko (`moc`)
Expand Down
Loading

0 comments on commit aafd6b0

Please sign in to comment.