diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-10-25 14:21:20 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-10-25 14:21:20 +0100 |
commit | f7c2f8318ce035ba2ce91cda8fd42f96a63b5c74 (patch) | |
tree | ec225caa7a0a1c65c09a2e1fce8ff1057e18aaa4 /CHANGELOG.md | |
parent | 85d159bf81a5aacf33e316cec7a57de473be91e5 (diff) | |
download | gleam_stdlib-f7c2f8318ce035ba2ce91cda8fd42f96a63b5c74.tar.gz gleam_stdlib-f7c2f8318ce035ba2ce91cda8fd42f96a63b5c74.zip |
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 2 insertions, 4 deletions
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 |