Skip to content

Commit

Permalink
chore: add a pair of releases to CHANGELOG.md (#625)
Browse files Browse the repository at this point in the history
up to 0.11.0
  • Loading branch information
ggreif authored Mar 15, 2024
1 parent 8e942b3 commit f2c9f27
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
## 0.11.0

* Added `Option.equal` function (thanks to ByronBecker) (#615).

* Invoking `setTimer`, `ExperimentalCycles.add`, etc. now requires `system` capability (#622)

* Added `bitshiftLeft`/`bitshiftRight` to `Nat` (#613).
This was added as part of #622 by mistake.

## 0.10.4

(nothing)

## 0.10.3

* Added `ExperimentalInternetComputer.performanceCounter` function to get the raw performance counters (#600).

* Added `Array.take` function to get some prefix of an array (#587).

* Deprecated `TrieSet.mem` in favor of `TrieSet.contains` (#576).

* bugfix: `Array.chain(as, f)` was incorrectly trapping when `f(a)` was an empty array (#599).
* bugfix: `Array.chain(as, f)` was incorrectly trapping when `f(a)` was an empty array (#599).

0 comments on commit f2c9f27

Please sign in to comment.