aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPeter Saxton <peterhsaxton@gmail.com>2023-01-15 00:39:26 +0100
committerLouis Pilfold <louis@lpil.uk>2023-01-18 15:05:13 +0000
commite6d553af85c42681fe948f2fad5a326cdc0701ce (patch)
tree69ff616f574705a869f413ad651aa3903484095a /CHANGELOG.md
parent258386a7707ffda30f63b4acd72eb31ccd3ac981 (diff)
downloadgleam_stdlib-e6d553af85c42681fe948f2fad5a326cdc0701ce.tar.gz
gleam_stdlib-e6d553af85c42681fe948f2fad5a326cdc0701ce.zip
more to unreleased
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
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