Skip to content

Commit

Permalink
add a pair of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Mar 6, 2024
1 parent 33f4321 commit 2f1ae4f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
## 0.11.0

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

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

## 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 2f1ae4f

Please sign in to comment.