diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2020-12-02 16:46:43 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-12-02 17:28:03 +0000 |
commit | 2f656a81c81a35d7d63bc67e9e0828b25fcca895 (patch) | |
tree | 04204cdbd856fd40920c364c6f008388090a9725 /CHANGELOG.md | |
parent | 719eccd9ab38a35e79580f684b9ebde85222eef8 (diff) | |
download | gleam_stdlib-2f656a81c81a35d7d63bc67e9e0828b25fcca895.tar.gz gleam_stdlib-2f656a81c81a35d7d63bc67e9e0828b25fcca895.zip |
add lazy unwrap
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 84c732d..980f349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - The `int` module gains the `sum` and `product` functions. - The `float` module gains the `sum` and `product` functions. -- The `result` module gains the `lazy_or` function. +- The `result` module gains the `lazy_or` and `lazy_unwrap` functions. ## v0.12.0 - 2020-11-04 |