aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKayla Washburn <mckayla@hey.com>2023-07-13 07:34:25 -0600
committerGitHub <noreply@github.com>2023-07-13 14:34:25 +0100
commit55e7b16fefdcc477719dda3e606828e154c35bdf (patch)
tree54ac4edb4a34a2126f964d55ce1e2bea9923d180 /CHANGELOG.md
parent682d9e03ba2847c63b9f3882bb3d743b67552def (diff)
downloadgleam_stdlib-55e7b16fefdcc477719dda3e606828e154c35bdf.tar.gz
gleam_stdlib-55e7b16fefdcc477719dda3e606828e154c35bdf.zip
rename `list.flatten` to `list.concat` (#477)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b2e66b..18f9c04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
## Unreleased
- The `list` module gains the `list.map2` function.
+- `flatten` has been renamed to `concat` in the `list` module.
## v0.29.2 - 2023-06-21