diff options
author | Peter Saxton <peterhsaxton@gmail.com> | 2023-01-12 12:19:08 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-01-18 15:05:13 +0000 |
commit | d41e11208bb94b56803faa5dc793842acdce6fe9 (patch) | |
tree | d48849bd9b414288c459dafc18b3de5a7269c9a0 /CHANGELOG.md | |
parent | a9d03207752a9a1fa6bace2b35c06cf14962d91f (diff) | |
download | gleam_stdlib-d41e11208bb94b56803faa5dc793842acdce6fe9.tar.gz gleam_stdlib-d41e11208bb94b56803faa5dc793842acdce6fe9.zip |
add changelog entry
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1340bc3..04c2f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ 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 |