Skip to content

Commit

Permalink
Releasing 0.7.6 (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Jan 20, 2023
1 parent 02175cc commit c6d1af0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Motoko compiler changelog

## 0.7.6 (2023-01-18)
## 0.7.6 (2023-01-20)

* motoko (`moc`)

Expand All @@ -16,11 +16,21 @@

* Add user-facing timer functionality (dfinity/motoko-base#474).

* Add `Array.size` (#486, #494).

* Add `TrieSet` methods `isEmpty, `isSubset` (dfinity/motoko-base#503).

* BREAKING CHANGES (Minor):
- renamed `Float.neq` to `Float.neg` (this was a misspelling)
- renamed `Nat.neq` to `Nat.neg` (this was a misspelling)
- removed second argument from `bitnot` (this was an oversight)

* bugfix: `Random.Finite.coin` didn't use entropy correctly (dfinity/motoko-base#500).

* bugfix: `Trie.mergeDisjoint` (dfinity/motoko-base#505).

* bugfix: `TrieSet.equals` (dfinity/motoko-base#503).

* Various documentation fixes and API usage examples.

## 0.7.5 (2022-12-23)
Expand Down

0 comments on commit c6d1af0

Please sign in to comment.