aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Dee <amyalicedee@gmail.com>2020-05-22 16:12:44 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commit74b8029a37bc1d5470a19a6effa67763dcc32994 (patch)
tree930b471b20040ab3992436089a43175c7002c709
parentb36e0548223dc733a16f431a0e33219b79ac445c (diff)
downloadgleam_stdlib-74b8029a37bc1d5470a19a6effa67763dcc32994.tar.gz
gleam_stdlib-74b8029a37bc1d5470a19a6effa67763dcc32994.zip
Update CHANGELOG.md with to_result, from_result on option module
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3362574..020d240 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@
`reverse`, `is_logically_equal`, and `is_equal` functions.
- 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.
- 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`,