aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-09 17:22:27 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-09 17:22:27 +0000
commit24e4b166bcf441e2cefaf50f04282a7a3e516283 (patch)
tree9502930ca5fbf63f913331c3bf4dfbd237828a1f /CHANGELOG.md
parent3b3ee6b405ac3b74aeba06be74ea36645cf0240f (diff)
downloadgleam_stdlib-24e4b166bcf441e2cefaf50f04282a7a3e516283.tar.gz
gleam_stdlib-24e4b166bcf441e2cefaf50f04282a7a3e516283.zip
Correct decode2 return
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 234806a..a4e13de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,8 +15,8 @@
the field to be specified.
- The `dynamic.DecodeError` now has a `path` field.
- The decoder functions of the `dynamic` module now return multiple errors.
-- The `dynamic.element` and `dynamic.tuple*` functions are now partially
- applied.
+- The `dynamic.any`, `dynamic.element` and `dynamic.tuple*` functions are now
+ partially applied.
- The `dynamic` module gains the `decode2` function.
- The `int` module gains the `digits` and `undigits` functions.