aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Dee <amyalicedee@gmail.com>2020-05-22 20:23:59 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commitee89f10e8980734ae863fec2e0c38984c3ba1ecb (patch)
tree565e28fa2b2cdedc8d069608f7a516ce12483ef5
parent85415ed0acf51d648acbc5758b5374c07d2eb036 (diff)
downloadgleam_stdlib-ee89f10e8980734ae863fec2e0c38984c3ba1ecb.tar.gz
gleam_stdlib-ee89f10e8980734ae863fec2e0c38984c3ba1ecb.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 020d240..fd6a73a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@
- Created the `option` module containing the `Option` type and the `is_some`
and `is_none` functions.
- Created the `option` module containing the `Option` type and the `is_some`,
- `is_none`, `to_result` and `from_result` functions.
+ `is_none`, `to_result`, `from_result` and `unwrap` functions.
- Removed the `Option` alias and the `none` function from the `result` module.
- The `result` module gains the `nil_error` function.
- The `string` module gains `trim`, `trim_left`, `trim_right`, `starts_with`,