diff options
author | Ahmad Sattar <thehabbos007@gmail.com> | 2020-06-18 19:04:03 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-18 21:55:52 +0100 |
commit | eb0224d3f26c4fd90894bac5fb346c2aa3533efe (patch) | |
tree | b254db7c49fe937f1c90f5169f263b7c72d5e2d7 /CHANGELOG.md | |
parent | 7198eab42221bd99a0aa82795688aecc27533bc1 (diff) | |
download | gleam_stdlib-eb0224d3f26c4fd90894bac5fb346c2aa3533efe.tar.gz gleam_stdlib-eb0224d3f26c4fd90894bac5fb346c2aa3533efe.zip |
Result or function
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 913175d..8a6d071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - The `list.traverse` first argument gains the label `over`. - The `option` module gains the the `map`, `flatten`, `then` and `or` functions. +- The `result` module gains the the `or` function. ## 0.9.0 - 2020-05-26 |