diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 186c64a..a74ee6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,7 @@ - The `dynamic.list` function has been renamed to `dynamic.shallow_list`. - The `dynamic.typed_list` function has been renamed to `dynamic.list`. - The `dynamic.typed_result` function has been renamed to `dynamic.result`. -- The `dynamic.any` is now available on JavaScript and has correct information - in any errors returned. +- The `dynamic.any` is now available on JavaScript. - The `dynamic.typed_tuple*` functions have been renamed to `dynamic.tuple*`. - The `dynamic.field` and `dynamic.element` functions now requires the type of the field to be specified. |