aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobert Attard <robert.attard@mail.mcgill.ca>2022-01-09 13:17:37 -0500
committerGitHub <noreply@github.com>2022-01-09 18:17:37 +0000
commitc6f14db8fd21f66be20f3ef027df0d4dc5806bdb (patch)
treef702b447429da1acaa413a57a658ef983f644cbe /CHANGELOG.md
parent1d9085ea75c850ef270e1bec56c4d74721c6e9a0 (diff)
downloadgleam_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.md1
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