diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-01 22:02:11 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-01 22:02:11 +0000 |
commit | 469fd57a16e9db47e7b9c2150cf40aa483ac6366 (patch) | |
tree | 04800af0683b269edcc69e1e7564d7cbc182c009 | |
parent | 6a56aa5fe1f69b54b1b2ab4a9a32a818d5128f86 (diff) | |
download | gleam_stdlib-469fd57a16e9db47e7b9c2150cf40aa483ac6366.tar.gz gleam_stdlib-469fd57a16e9db47e7b9c2150cf40aa483ac6366.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 134b687..99a69d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - 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. ## v0.18.1 - 2021-12-19 |