From f7c2f8318ce035ba2ce91cda8fd42f96a63b5c74 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 25 Oct 2024 14:21:20 +0100 Subject: Changes! --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd047c..f1d1fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,8 @@ - The `iterator.try_fold` function is now tail recursive. - The performance of many functions in the `string` module has been improved. - The `list.concat` function has been deprecated in favour of `list.flatten`. -- The handling of exponentials and signs in the `float.to_string` function has - been improved on JavaScript. -- The `string.inspect` function delegates the inspection of floats to - `float.to_string`. +- The handling of float exponentials and signs in the `float.to_string` and + `string.inspect` functions have been improved on JavaScript. ## v0.40.0 - 2024-08-19 -- cgit v1.2.3