diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-09 17:04:46 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-09 17:04:46 +0000 |
commit | 1b087519b8e7fa8ae553e542455bde601aaf6ec8 (patch) | |
tree | 99796b75c349b53d28e8a2cca40d2baa59da65dd | |
parent | fba486a1398ba9e2bd066988d2ce088d2f328b8e (diff) | |
download | gleam_stdlib-1b087519b8e7fa8ae553e542455bde601aaf6ec8.tar.gz gleam_stdlib-1b087519b8e7fa8ae553e542455bde601aaf6ec8.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8bc9b..234806a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,9 @@ 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.tuple*` functions are now partially applied. +- The `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. ## v0.18.1 - 2021-12-19 |