From 9ddd7f2b7923624416e7efd0f1c09e9847e5d500 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 17 Jul 2024 14:17:39 +0100 Subject: Changes! --- CHANGELOG.md | 6 +++--- 1 file 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 -- cgit v1.2.3