aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Porto <s@porto5.com>2021-05-05 19:23:14 +1000
committerLouis Pilfold <louis@lpil.uk>2021-05-11 09:46:10 +0100
commit8efb599e9e97c856f7e3d9c60b5b4cf9df6a1fe0 (patch)
tree5a11acf95932f9996e17989164fb325165efa47a /CHANGELOG.md
parent32b56eb7cd04bdd47a548b021602a018bdf782c6 (diff)
downloadgleam_stdlib-8efb599e9e97c856f7e3d9c60b5b4cf9df6a1fe0.tar.gz
gleam_stdlib-8efb599e9e97c856f7e3d9c60b5b4cf9df6a1fe0.zip
Add option.all
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c26e43..db088af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
## Unreleased
- The `list` module gains the `flat_map` function.
-- The `option` module gains the `values` function.
+- The `option` module gains the `all` and `values` functions.
- The `result` module gains the `values` function.
- All modules now use the new `#(a, b, ...)` tuple syntax.