diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-09 17:51:28 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-09 17:51:28 +0000 |
commit | 3ea1726ae5040af3c67bd3dc8c1b6718c69ff67b (patch) | |
tree | 65b457a4f99887a5d74c5ac0e380ffbc4690f00d /CHANGELOG.md | |
parent | d331545082e3cdaab501142facf56ac5a16ee745 (diff) | |
download | gleam_stdlib-3ea1726ae5040af3c67bd3dc8c1b6718c69ff67b.tar.gz gleam_stdlib-3ea1726ae5040af3c67bd3dc8c1b6718c69ff67b.zip |
decode4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8c6f3..28bbd3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ - The decoder functions of the `dynamic` module now return multiple errors. - The `dynamic.any`, `dynamic.element` and `dynamic.tuple*` functions are now partially applied. -- The `dynamic` module gains the `decode2`, `decode3` functions. +- The `dynamic` module gains the `decode2`, `decode3`, `decode4` functions. - The `int` module gains the `digits` and `undigits` functions. ## v0.18.1 - 2021-12-19 |