diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-09 18:02:34 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-09 18:02:34 +0000 |
commit | 4d363d40a0b27e058822091b4cf66fc8c398e63f (patch) | |
tree | 1445991f61c3e3f71ab8be04fac227f271502ee6 /CHANGELOG.md | |
parent | 3ea1726ae5040af3c67bd3dc8c1b6718c69ff67b (diff) | |
download | gleam_stdlib-4d363d40a0b27e058822091b4cf66fc8c398e63f.tar.gz gleam_stdlib-4d363d40a0b27e058822091b4cf66fc8c398e63f.zip |
decode5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bbd3d..3c2dd9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ - 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`, `decode4` functions. +- The `dynamic` module gains the `decode2`, `decode3`, `decode4`, `decode5` + functions. - The `int` module gains the `digits` and `undigits` functions. ## v0.18.1 - 2021-12-19 |