aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-02-28 19:05:15 +0000
committerLouis Pilfold <louis@lpil.uk>2020-03-03 11:44:08 +0000
commit1a13f86ed842dbf771d84564f76e7400c2a81f89 (patch)
tree9fec197e538d5fca46376d813c294c38a07fd811
parentce42552f838a112642456d64c99ffcd6950aa61d (diff)
downloadgleam_stdlib-1a13f86ed842dbf771d84564f76e7400c2a81f89.tar.gz
gleam_stdlib-1a13f86ed842dbf771d84564f76e7400c2a81f89.zip
Changelog!
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbc1096..62ee476 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,9 @@
## Unreleased
-- `function` module created with `identity`, `compose`, and `flip` functions.
+- The `result` module gains an `Option` type alias.
+- The `function` module has been created with `identity`, `compose`, and
+ `flip` functions.
- The error type of `list.find_map` is now `Nil`.
- The labels for `list.split` are now `split(list: _, at: _)`.