diff options
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c2f0c..2063cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Unreleased + +- The `dynamic` module is able to decode simple JavaScript objects to maps. + So, the behaviour of the `field` and `object` functions are consistent. + ## v0.26.0 - 2023-01-12 - The `dynamic` module gains the `decode1` function. @@ -22,8 +27,6 @@ which in turn fixes `io.debug`'s output of such strings. - The `bit_string` function in the `dynamic` module now knows how to handle JavaScript `Uint8Array`s. -- The `dynamic` module is able to decode simple JavaScript objects to maps. - So, the behaviour of the `field` and `object` functions are consistent. ## v0.25.0 - 2022-11-19 |