aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 2b4892c3f499f595480223febfb7e48a69c8be12 (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`, and `length` functions.