aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 98070e6f95edf4f2f8bb02f4fb4c58490d627b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

## Unreleased

- `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`,
  `unique`, and `zip` functions.
- `map_dict:Map` renamed to `map_dict:MapDict`.
- `map_dict` module gains `take`.
- `str` module gains `append`.

## v0.1.1 - 2019-04-17

- Included missing gleam.toml in hex package.

## v0.1.0 - 2019-04-15

- Initial release!