aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAhmad Sattar <thehabbos007@gmail.com>2020-06-17 22:21:07 +0200
committerLouis Pilfold <louis@lpil.uk>2020-06-18 21:54:33 +0100
commita13164e370b17699797f616b9c8fd54a135ad490 (patch)
treee77214828832a0310d93dbf4425ecedd0defa528 /CHANGELOG.md
parent75a5d752341cef2e35ec82752ab9b34539dba2a4 (diff)
downloadgleam_stdlib-a13164e370b17699797f616b9c8fd54a135ad490.tar.gz
gleam_stdlib-a13164e370b17699797f616b9c8fd54a135ad490.zip
Option flatten 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 8918f8e..48415df 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`.
-- Added the `map` function to the the `option` module.
+- The `option` module gains the the `map` and `flatten` functions.
## 0.9.0 - 2020-05-26