aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAhmad Sattar <thehabbos007@gmail.com>2020-06-18 18:59:58 +0200
committerLouis Pilfold <louis@lpil.uk>2020-06-18 21:55:49 +0100
commit7198eab42221bd99a0aa82795688aecc27533bc1 (patch)
tree3d68ee963f8fce5c5f0bd69090bd80e6872f9d1e /CHANGELOG.md
parent4847d930304dc6873d01da3fc290650b21c9a9bc (diff)
downloadgleam_stdlib-7198eab42221bd99a0aa82795688aecc27533bc1.tar.gz
gleam_stdlib-7198eab42221bd99a0aa82795688aecc27533bc1.zip
Option or function
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 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