From dd90ccf53a028bda83e7f6dcdb8bdb002ed168bf Mon Sep 17 00:00:00 2001 From: Giacomo Cavalieri Date: Sun, 20 Oct 2024 13:43:15 +0200 Subject: deprecate concat --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3