diff options
author | Ahmad Sattar <thehabbos007@gmail.com> | 2020-06-18 18:59:58 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-06-18 21:55:49 +0100 |
commit | 7198eab42221bd99a0aa82795688aecc27533bc1 (patch) | |
tree | 3d68ee963f8fce5c5f0bd69090bd80e6872f9d1e /CHANGELOG.md | |
parent | 4847d930304dc6873d01da3fc290650b21c9a9bc (diff) | |
download | gleam_stdlib-7198eab42221bd99a0aa82795688aecc27533bc1.tar.gz gleam_stdlib-7198eab42221bd99a0aa82795688aecc27533bc1.zip |
Option or function
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08acb07..913175d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,8 @@ - The `dynamic.tuple2_of` function has been renamed to `dynamic.typed_tuple2`. - The `list.traverse` function has been renamed to `list.try_map`. - The `list.traverse` first argument gains the label `over`. -- The `option` module gains the the `map`, `flatten` and `then` functions. +- The `option` module gains the the `map`, `flatten`, `then` and `or` + functions. ## 0.9.0 - 2020-05-26 |