aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-09 19:15:21 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-09 19:15:21 +0000
commite5cfaa88421437ac9ddb77e6bea5298daec94e7f (patch)
tree0aa151681364d0be9003ab6c9b6bd4ad4bfb4249 /CHANGELOG.md
parentfcdf32132d83c4b5d52d3d463bed2fc699649ab1 (diff)
downloadgleam_stdlib-e5cfaa88421437ac9ddb77e6bea5298daec94e7f.tar.gz
gleam_stdlib-e5cfaa88421437ac9ddb77e6bea5298daec94e7f.zip
Curry map
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f4cd37..85bfc7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
## v0.19.1 - 2022-01-09
- The `dynamic.dynamic` function now returns a result.
+- The `dynamic.map` function is now curried and requires the decoders for keys
+ and values to be supplied.
- The `dynamic.result`, `dynamic.optional`, `dynamic.field`, and `dynamic.list`
functions are now partially applied.