aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 22:24:38 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 22:24:38 +0000
commitc4c82c555f85e77da604548b9c1d8954af81890b (patch)
treea0c7126c398ab26c878c9fcb79ab2f8e703b68cf /CHANGELOG.md
parent08606b3dd9d4928c33da4f1eba6000626f41627d (diff)
downloadgleam_stdlib-c4c82c555f85e77da604548b9c1d8954af81890b.tar.gz
gleam_stdlib-c4c82c555f85e77da604548b9c1d8954af81890b.zip
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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