diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-01 21:55:06 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-01 21:55:06 +0000 |
commit | 5237f401b775e7d3381663babcaf0b8ecfcaf672 (patch) | |
tree | 3572ce090eca910260876b56aeb259e9d02d695e /CHANGELOG.md | |
parent | c036ec986bd0de33bb13c80748fe0296ee90a753 (diff) | |
download | gleam_stdlib-5237f401b775e7d3381663babcaf0b8ecfcaf672.tar.gz gleam_stdlib-5237f401b775e7d3381663babcaf0b8ecfcaf672.zip |
Changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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`. |