aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-07-17 14:17:39 +0100
committerLouis Pilfold <louis@lpil.uk>2024-07-17 14:17:39 +0100
commit9ddd7f2b7923624416e7efd0f1c09e9847e5d500 (patch)
treea727f3425c2aa26e725baed3fdbee3713ff7ade1 /CHANGELOG.md
parent443de65910ab99ac6bc33c50bf8022861e779a4f (diff)
downloadgleam_stdlib-9ddd7f2b7923624416e7efd0f1c09e9847e5d500.tar.gz
gleam_stdlib-9ddd7f2b7923624416e7efd0f1c09e9847e5d500.zip
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eeedc26..eabd6d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,9 @@
- The deprecated `order.max` and `order.min` functions have been removed.
- The `float` module gains the `modulo` function.
- The `uri.origin` function no longer incorrectly has a trailing slash.
+- The `dynamic.optional_field` decoder no longer treats the value as implicitly
+ optional. It only deals with the presence or absence of the key itself which
+ brings it inline with its documentation.
## v0.39.0 - 2024-07-09
@@ -32,9 +35,6 @@
an exception on JavaScript.
- Fixed `float.parse` failing to parse exponential notation on JavaScript.
- The `regex` module gains the `replace` function.
-- The `dynamic.optional_field` decoder no longer treats the value as implicitly
- optional. It only deals with the presence or absence of the key itself which
- brings it inline with its documentation.
## v0.38.0 - 2024-05-24