aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAhmad Sattar <thehabbos007@gmail.com>2020-06-17 22:35:27 +0200
committerLouis Pilfold <louis@lpil.uk>2020-06-18 21:54:48 +0100
commit56228f9a5ecfef7fb968d08894a7cc4ce0dfdbae (patch)
tree05800084aed8672ef0f689af1e2e330d59c856e1 /CHANGELOG.md
parenta13164e370b17699797f616b9c8fd54a135ad490 (diff)
downloadgleam_stdlib-56228f9a5ecfef7fb968d08894a7cc4ce0dfdbae.tar.gz
gleam_stdlib-56228f9a5ecfef7fb968d08894a7cc4ce0dfdbae.zip
Option then function
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 48415df..08acb07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@
- 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` and `flatten` functions.
+- The `option` module gains the the `map`, `flatten` and `then` functions.
## 0.9.0 - 2020-05-26