diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-05-11 20:25:08 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-05-11 20:27:17 +0100 |
commit | 93dfae7be8709cf497ecf05e25d1139b8bba34bb (patch) | |
tree | ba67d464663bbb8a0b4afd435ba3e9e337884718 /CHANGELOG.md | |
parent | ae854f69b8f40609c0ee6fb1aec8957bd3eac1c2 (diff) | |
download | gleam_stdlib-93dfae7be8709cf497ecf05e25d1139b8bba34bb.tar.gz gleam_stdlib-93dfae7be8709cf497ecf05e25d1139b8bba34bb.zip |
stdlib-v0.2.0v0.2.0
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`, |