aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-05-25 10:59:04 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commite501f3d55661ba9ca748cc2d5b2e63a3db302e2e (patch)
tree5fa7a1c88d6b53a8313d10ea8cfa18e3e63c8738 /CHANGELOG.md
parent90eb83c27ffad8172b4b5d05435216c21741ea73 (diff)
downloadgleam_stdlib-e501f3d55661ba9ca748cc2d5b2e63a3db302e2e.tar.gz
gleam_stdlib-e501f3d55661ba9ca748cc2d5b2e63a3db302e2e.zip
set.from_list
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4fc594..e91f104 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,8 @@
- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,
`from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`,
`cycle`, and `range` functions.
-- Created the `set` module with the `new`, `insert`, `delete`, `to_list` and
- `contains` functions.
+- Created the `set` module with the `new`, `insert`, `delete`, `to_list`,
+ `from_list` and `contains` functions.
- Created the `io` module with the `print`, `println`, and `debug` functions.
- Created the `queue` module with the `new`, `from_list`, `to_list`,
`is_empty`, `length`, `push_back`, `push_front`, `pop_back`, `pop_front`,
@@ -27,6 +27,7 @@
- The `list` module gains the `filter_map` function.
- The `list.contains` label `has` has been changed to `any`.
- The `list.sort` label `sort_by` has been changed to `by`.
+- The `list.fold`'s first argument gained the label `over`.
## v0.8.0 - 2020-04-28