aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 21:39:48 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 21:39:48 +0000
commitf127748fda4e8f1176d243c0e6c3f2bde964601d (patch)
tree6f8e9f12f857c66ce91c2aae730226cf2ce5f015 /CHANGELOG.md
parent667d0ebf55dc1a114a912a241a89087e58691512 (diff)
downloadgleam_stdlib-f127748fda4e8f1176d243c0e6c3f2bde964601d.tar.gz
gleam_stdlib-f127748fda4e8f1176d243c0e6c3f2bde964601d.zip
Changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1dab9d..3d0e77a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,11 @@
## Unreleased
+- The `result`, and `tuple2` 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 `dynamic.typed_list` function has been renamed to `dynamic.list`.
-- The `dynamic.result` function has been removed.
- The `dynamic.typed_result` function has been renamed to `dynamic.result`.
- The `dynamic.any` is now available on JavaScript and has correct information
in any errors returned.