diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2024-10-20 13:43:15 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-10-20 20:07:28 +0100 |
commit | dd90ccf53a028bda83e7f6dcdb8bdb002ed168bf (patch) | |
tree | 5db0e265ef5c2fcacc135cacb58c036fa429800c /CHANGELOG.md | |
parent | 5d7033c845469f9c70a6b877670319ae27c7b51a (diff) | |
download | gleam_stdlib-dd90ccf53a028bda83e7f6dcdb8bdb002ed168bf.tar.gz gleam_stdlib-dd90ccf53a028bda83e7f6dcdb8bdb002ed168bf.zip |
deprecate concat
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c48880a..d734bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - The `float` modeule gains the `to_precision` function. - The `try_fold` function in the `iterator` module is now tail recursive. - The performance of many functions in the `string` module has been improved. +- The `concat` function in the `list` module has been deprecated in favour of + `flatten`. ## v0.40.0 - 2024-08-19 |