diff options
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 |