aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 1c049cbe11eb248750053a186ca2c435865985f8 (plain)
1
2
3
4
5
6
# Changelog

## Unreleased

- The `array` module was created with the `Array(element)` type and `to_list`,
  `from_list`, `map`, `fold`, `fold_right`, `get`, and `length` functions.