diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-01 22:24:38 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-01 22:24:38 +0000 |
commit | c4c82c555f85e77da604548b9c1d8954af81890b (patch) | |
tree | a0c7126c398ab26c878c9fcb79ab2f8e703b68cf /CHANGELOG.md | |
parent | 08606b3dd9d4928c33da4f1eba6000626f41627d (diff) | |
download | gleam_stdlib-c4c82c555f85e77da604548b9c1d8954af81890b.tar.gz gleam_stdlib-c4c82c555f85e77da604548b9c1d8954af81890b.zip |
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a69d6..186c64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ - The `dynamic.any` is now available on JavaScript and has correct information in any errors returned. - The `dynamic.typed_tuple*` functions have been renamed to `dynamic.tuple*`. -- The `dynamic.field` function now requires the type of the field to be specified. +- The `dynamic.field` and `dynamic.element` functions now requires the type of + the field to be specified. ## v0.18.1 - 2021-12-19 |