diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-09 18:13:11 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-09 18:13:13 +0000 |
commit | 1d9085ea75c850ef270e1bec56c4d74721c6e9a0 (patch) | |
tree | 6a05a702fc023f754a283573af8886ce4cf7461a /CHANGELOG.md | |
parent | 462f4cd3d451b352a5afa1351cd2a3e99c77a4be (diff) | |
download | gleam_stdlib-1d9085ea75c850ef270e1bec56c4d74721c6e9a0.tar.gz gleam_stdlib-1d9085ea75c850ef270e1bec56c4d74721c6e9a0.zip |
decode8
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 b4de85b..356f433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ - The `dynamic.any`, `dynamic.element` and `dynamic.tuple*` functions are now partially applied. - The `dynamic` module gains the `decode2`, `decode3`, `decode4`, `decode5`, - `decode6`, `decode7` functions. + `decode6`, `decode7`, and `decode8` functions. - The `int` module gains the `digits` and `undigits` functions. ## v0.18.1 - 2021-12-19 |