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

## Unreleased

- `list` module gains `at`, `all`, `any`, `intersperse`, `unique`, `sort`, and
  `zip` functions.
- `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!