aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 23:17:49 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 23:17:49 +0000
commit54d0699156d3d2ab7ac70c4099c7665381ba01b0 (patch)
treecf3602b502d90e78b47c564bb1fc283146e4fbd0 /CHANGELOG.md
parent1956e6acce411d9986f3dd43ff306de4735603ee (diff)
downloadgleam_stdlib-54d0699156d3d2ab7ac70c4099c7665381ba01b0.tar.gz
gleam_stdlib-54d0699156d3d2ab7ac70c4099c7665381ba01b0.zip
Add path to DecodeError, return multiple decode errors
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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.