aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortynanbe <contact@tynan.be>2022-06-27 15:49:50 -0500
committerLouis Pilfold <louis@lpil.uk>2022-06-27 22:19:30 +0100
commit4cdbf54237feb9b7fb855599173528deb0313c16 (patch)
tree65d7cc7e54d5b2959d31371fe1fd4af894119db3 /CHANGELOG.md
parent402040ddad97b046e6d215d1efc49b6920315a87 (diff)
downloadgleam_stdlib-4cdbf54237feb9b7fb855599173528deb0313c16.tar.gz
gleam_stdlib-4cdbf54237feb9b7fb855599173528deb0313c16.zip
Let `decode_list` succeed with arrays
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7edea9..b21f991 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## Unreleased
+- Fixed a bug where decoding a `List` from a `Dynamic` `Array` would fail.
+
## v0.22.1 - 2022-06-27
- Fixed a bug where `big_string.concat` could crash.