aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-05-25 11:06:33 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commit52856a1f817c8f038ac82394f1fd40b1c93f7013 (patch)
tree8f47c3b5b350c5cc4d6c46b97dcde69e5eefec44 /CHANGELOG.md
parente501f3d55661ba9ca748cc2d5b2e63a3db302e2e (diff)
downloadgleam_stdlib-52856a1f817c8f038ac82394f1fd40b1c93f7013.tar.gz
gleam_stdlib-52856a1f817c8f038ac82394f1fd40b1c93f7013.zip
set.fold
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e91f104..a6308c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
`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`,
- `from_list` and `contains` functions.
+ `from_list`, `fold`, 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`,
@@ -28,6 +28,7 @@
- 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`.
+- The `map.fold`'s first argument gained the label `over`.
## v0.8.0 - 2020-04-28