From 0a087d5d80b803e70909848f5b7b28ce2b5df4fc Mon Sep 17 00:00:00 2001 From: Richard Viney Date: Mon, 7 Oct 2024 17:40:31 +1300 Subject: Optimise string.repeat --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c850f..c48880a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ - The `bit_array` module gains the `compare` function. - 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 on the JavaScript - target has been improved. +- The performance of many functions in the `string` module has been improved. ## v0.40.0 - 2024-08-19 -- cgit v1.2.3