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