diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 026597b..e6598c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,18 @@ # Changelog -## Unreleased +## v0.2.0 - 2019-05-11 +- Library renamed to `gleam_stdlib`. - The `map_dict` module gains `update`, `merge` and `delete` functions. - The `bool` module gains a `compare` function. - The `int` module gains a `compare` function. -- The `list` module gains `range`, `repeat`, `split`, `split_while` and `strict_zip` functions. +- The `list` module gains `range`, `repeat`, `split`, `split_while` and + `strict_zip` functions. ## v0.1.2 - 2019-04-25 -- The `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`, - `unique`, and `zip` functions. +- The `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, + `sort`, `unique`, and `zip` functions. - `map_dict:Map` renamed to `map_dict:MapDict`. - The `map_dict` module gains `drop`, and `take` functions. - The `str` module gains `append` function and loses `from_int`, `parse_int`, |