diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2023-08-26 13:50:42 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-09-04 12:50:50 +0100 |
commit | bb7798efd8b75c8770d3b17d0bd4683c2abd0ea0 (patch) | |
tree | 8556b63f6e96d3862e0388ff078b4487b69057c8 /CHANGELOG.md | |
parent | 5832ccd7189549dbb4ae4fb6b6cd249883446454 (diff) | |
download | gleam_stdlib-bb7798efd8b75c8770d3b17d0bd4683c2abd0ea0.tar.gz gleam_stdlib-bb7798efd8b75c8770d3b17d0bd4683c2abd0ea0.zip |
Change `iterator.flatten`'s type
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0913196..c4bf4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ - `list.flatten` is no longer deprecated and is kept as a synonym of `list.concat` -- `flatten` has been renamed to `concat` in the `iterator` module. The old name - is still available as an alias and is deprecated. +- The `iterator` module gains the `concat` function. +- The type of `iterator.flatten` was changed to accept a list of iterators. ## v0.30.2 - 2023-08-31 |