aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 21:55:06 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 21:55:06 +0000
commit5237f401b775e7d3381663babcaf0b8ecfcaf672 (patch)
tree3572ce090eca910260876b56aeb259e9d02d695e
parentc036ec986bd0de33bb13c80748fe0296ee90a753 (diff)
downloadgleam_stdlib-5237f401b775e7d3381663babcaf0b8ecfcaf672.tar.gz
gleam_stdlib-5237f401b775e7d3381663babcaf0b8ecfcaf672.zip
Changes
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9abf981..134b687 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
-- The `result`, and `tuple2` functions have been removed from the `dynamic`
+- 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`.