diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-02-22 17:53:19 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-02-22 17:53:19 +0000 |
commit | dce080faaeb236f531516fc0ef16563bac6ab99e (patch) | |
tree | c602f2056ec47208ae29e32f7cd5b972dc7662da | |
parent | 7b67ae1502b10edbb1589b831db1d8d856dc9b88 (diff) | |
download | gleam_stdlib-dce080faaeb236f531516fc0ef16563bac6ab99e.tar.gz gleam_stdlib-dce080faaeb236f531516fc0ef16563bac6ab99e.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 62035c1..8a248a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ## Unreleased - The `float` module gains the `loosely_compare` function. -- The `result` module gains the `replace` and `unwrap_error` functions. +- The `result` module gains the `replace`, `unwrap_both` and `unwrap_error` + functions. ## v0.19.3 - 2022-01-14 |