diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-05-24 22:23:52 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-26 19:19:29 +0100 |
commit | ddd89605d1c665cb5482a9cce174b9463c7188bc (patch) | |
tree | 7eb4f2d7d3c28f46f46cb29ab2161de958d12d92 /CHANGELOG.md | |
parent | 9697a576ecd0cc39f37bdc948770ed6507d40fa4 (diff) | |
download | gleam_stdlib-ddd89605d1c665cb5482a9cce174b9463c7188bc.tar.gz gleam_stdlib-ddd89605d1c665cb5482a9cce174b9463c7188bc.zip |
Set data type
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6a73a..90221f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Created the `set` module with the `new`, `insert`, and `contains` functions. - Created the `io` module with the `print` function. - Created the `queue` module with the `new`, `from_list`, `to_list`, `is_empty`, `length`, `push_back`, `push_front`, `pop_back`, `pop_front`, @@ -19,6 +20,7 @@ `query_to_string` and `to_string`. - The `dynamic` module gains the `map`, `opaque_list`, `tuple2`, and `tuple2_of` functions. - The `list` module gains the `filter_map` function. +- The `list.contains` label `has` has been changed to `any`. ## v0.8.0 - 2020-04-28 |