diff options
-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 |