aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-09 17:03:43 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-09 17:03:43 +0000
commitfba486a1398ba9e2bd066988d2ce088d2f328b8e (patch)
tree942451d53bf446c5fac4220bcc5029b90500b699 /CHANGELOG.md
parent71c40ec695b4cf08e917a3c70221739b9971f53d (diff)
downloadgleam_stdlib-fba486a1398ba9e2bd066988d2ce088d2f328b8e.tar.gz
gleam_stdlib-fba486a1398ba9e2bd066988d2ce088d2f328b8e.zip
Curry element, decode2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fda755b..0f8bc9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,11 @@
## Unreleased
-- The `result`, and `tuple*` functions have been removed from the `dynamic`
- module.
- The `dynamic` module gains the `dynamic` function.
-- The `dynamic.list` function has been renamed to `dynamic.shallow_list`.
+- The shallow `dynamic.list` function has been renamed to
+ `dynamic.shallow_list`.
+- The shallow `result`, and `tuple*` functions have been removed from the
+ `dynamic` module.
- The `dynamic.typed_list` function has been renamed to `dynamic.list`.
- The `dynamic.typed_result` function has been renamed to `dynamic.result`.
- The `dynamic.any` is now available on JavaScript.