aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 23:27:58 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 23:27:58 +0000
commit9d40cdf444e0c73c192561658855f259cab6b507 (patch)
treee5caf8ed92dc4ae6cac4fda5d176e2d8117d118c /CHANGELOG.md
parent54d0699156d3d2ab7ac70c4099c7665381ba01b0 (diff)
downloadgleam_stdlib-9d40cdf444e0c73c192561658855f259cab6b507.tar.gz
gleam_stdlib-9d40cdf444e0c73c192561658855f259cab6b507.zip
Tuple decoders set path
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a74ee6a..85afcef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
- 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.
+- The `dynamic.DecodeError` now has a `path` field.
+- The decoder functions of the `dynamic` module now return multiple errors.
## v0.18.1 - 2021-12-19