Skip to content

Commit b013ffa

Browse files
committed
add missing elements to CHANGELOG.
1 parent d60a4b2 commit b013ffa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Added
66

7+
- Two new modules for efficient arithmetic operations in a constrained field:
8+
- [`aiken/crypto/int224`](https://aiken-lang.github.io/stdlib/aiken/crypto/int224.html)
9+
- [`aiken/crypto/int256`](https://aiken-lang.github.io/stdlib/aiken/crypto/int256.html)
10+
711
- [`aiken/collection/dict.{get_or_else}`](https://aiken-lang.github.io/stdlib/aiken/collection/list.html#get_or_else): to lookup a value from a dict, with a fallback.
812

913
- [`aiken/collection/list.{foldl2}`](https://aiken-lang.github.io/stdlib/aiken/collection/list.html#foldl2): to left-fold over lists while accumulating two separate results. This is reasonably faster than constructing a list of pairs.

0 commit comments

Comments
 (0)