diff options
author | Michael Jones <m.pricejones@gmail.com> | 2024-06-24 17:43:28 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-07-17 14:17:16 +0100 |
commit | 443de65910ab99ac6bc33c50bf8022861e779a4f (patch) | |
tree | 8c8e1ca8f9d00e85d016c5329798e1e2705da1f0 /CHANGELOG.md | |
parent | 1dddd86cc65879b4d0195e934a1b106252a9cfe2 (diff) | |
download | gleam_stdlib-443de65910ab99ac6bc33c50bf8022861e779a4f.tar.gz gleam_stdlib-443de65910ab99ac6bc33c50bf8022861e779a4f.zip |
Add changelog entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a6225..eeedc26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,9 @@ 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 |