aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2023-04-21 17:39:47 +0200
committerLouis Pilfold <louis@lpil.uk>2023-04-29 14:33:18 +0100
commit1ad4fbb4fb754950ff08b64efcd1882f8770372f (patch)
tree1ef62de1345dde9a505cce52ad6538e95737ffa0
parent866bc6c4a45cccb51db7a898bbcfba1387b3d706 (diff)
downloadgleam_stdlib-1ad4fbb4fb754950ff08b64efcd1882f8770372f.tar.gz
gleam_stdlib-1ad4fbb4fb754950ff08b64efcd1882f8770372f.zip
Update CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a21b485..88fe39e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
incorrectly stated in some cases.
- `result.then` is now an alias of `result.try`; both do the same.
- The `list` module gains the `try_each` function.
+- The `dynamic` module gains the `optional_field` function.
## v0.28.0 - 2023-03-26