aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 21:39:06 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 21:39:06 +0000
commit667d0ebf55dc1a114a912a241a89087e58691512 (patch)
treecec465ce98be8e74215190be4caa5d33de7d9706 /CHANGELOG.md
parent1348b7f94697910853e11b847f500ff868b21fd8 (diff)
downloadgleam_stdlib-667d0ebf55dc1a114a912a241a89087e58691512.tar.gz
gleam_stdlib-667d0ebf55dc1a114a912a241a89087e58691512.zip
tuple2 is always typed
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 d186c98..a1dab9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@
- 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.
## v0.18.1 - 2021-12-19