aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian <s@porto5.com>2021-01-12 15:51:59 +1100
committerLouis Pilfold <louis@lpil.uk>2021-01-12 20:12:57 +0000
commitb8000c4ef6100d05ff7912aa0bb59ccb0ce1063a (patch)
tree349ccfbd1df2bbcae181d73266cfbb8dc21c8aad /CHANGELOG.md
parentef62cdcc3e0a9a6c333aacc309e6d5624f29777f (diff)
downloadgleam_stdlib-b8000c4ef6100d05ff7912aa0bb59ccb0ce1063a.tar.gz
gleam_stdlib-b8000c4ef6100d05ff7912aa0bb59ccb0ce1063a.zip
Add result.replace_error
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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.