diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2022-01-09 13:17:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 18:17:37 +0000 |
commit | c6f14db8fd21f66be20f3ef027df0d4dc5806bdb (patch) | |
tree | f702b447429da1acaa413a57a658ef983f644cbe /CHANGELOG.md | |
parent | 1d9085ea75c850ef270e1bec56c4d74721c6e9a0 (diff) | |
download | gleam_stdlib-c6f14db8fd21f66be20f3ef027df0d4dc5806bdb.tar.gz gleam_stdlib-c6f14db8fd21f66be20f3ef027df0d4dc5806bdb.zip |
option.lazy_unwrap and option.lazy_or (#261)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 356f433..09b9b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - The `dynamic` module gains the `decode2`, `decode3`, `decode4`, `decode5`, `decode6`, `decode7`, and `decode8` functions. - The `int` module gains the `digits` and `undigits` functions. +- The `option` module gains the `lazy_or` and `lazy_unwrap` functions. ## v0.18.1 - 2021-12-19 |