aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian <s@porto5.com>2020-10-14 16:05:24 +1100
committerLouis Pilfold <louis@lpil.uk>2020-10-17 13:33:20 +0200
commit1489e38aaa076112fe580cd096e4c827304d2bd3 (patch)
treef9b81627920250a85033ead47a583af13898bebf /CHANGELOG.md
parent42c75c7c9594a068d72b75390b2a47e17544d087 (diff)
downloadgleam_stdlib-1489e38aaa076112fe580cd096e4c827304d2bd3.tar.gz
gleam_stdlib-1489e38aaa076112fe580cd096e4c827304d2bd3.zip
Add result.all
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e920741..e3c67f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- The `list` module gains the `each`, and `partition` functions.
- The `int` and `float` modules gain the `negate` function.
+- The `result` module gains the `all` function.
## v0.11.0 - 2020-08-22