diff options
-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 |