diff options
author | Sebastian <s@porto5.com> | 2021-01-12 15:51:59 +1100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-01-12 20:12:57 +0000 |
commit | b8000c4ef6100d05ff7912aa0bb59ccb0ce1063a (patch) | |
tree | 349ccfbd1df2bbcae181d73266cfbb8dc21c8aad /CHANGELOG.md | |
parent | ef62cdcc3e0a9a6c333aacc309e6d5624f29777f (diff) | |
download | gleam_stdlib-b8000c4ef6100d05ff7912aa0bb59ccb0ce1063a.tar.gz gleam_stdlib-b8000c4ef6100d05ff7912aa0bb59ccb0ce1063a.zip |
Add result.replace_error
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fdafa..433f82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - The `int` module gains the `absolute_value`, `sum` and `product` functions. - The `float` module gains the `sum` and `product` functions. -- The `result` module gains the `lazy_or` and `lazy_unwrap` functions. +- The `result` module gains the `lazy_or`, `lazy_unwrap`, and `replace_error` functions. - The `bool` module gains the `nand`, `nor`, `exclusive_nor`, and `exclusive_or` functions. - The `bit_builder` module gains the `from_string_builder` function. - The `list` modules gains the `permutations` function. |