aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-09 18:08:09 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-09 18:08:09 +0000
commit462f4cd3d451b352a5afa1351cd2a3e99c77a4be (patch)
tree1bec93b0eb79a03a06f62da9dc0e649b294eeab7 /CHANGELOG.md
parent40ce5630785a5860f9e0daea82758bb125252464 (diff)
downloadgleam_stdlib-462f4cd3d451b352a5afa1351cd2a3e99c77a4be.tar.gz
gleam_stdlib-462f4cd3d451b352a5afa1351cd2a3e99c77a4be.zip
decode7
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 3c2dd9a..b4de85b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,8 +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`, `decode5`
- functions.
+- The `dynamic` module gains the `decode2`, `decode3`, `decode4`, `decode5`,
+ `decode6`, `decode7` functions.
- The `int` module gains the `digits` and `undigits` functions.
## v0.18.1 - 2021-12-19