aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-10-25 14:21:20 +0100
committerLouis Pilfold <louis@lpil.uk>2024-10-25 14:21:20 +0100
commitf7c2f8318ce035ba2ce91cda8fd42f96a63b5c74 (patch)
treeec225caa7a0a1c65c09a2e1fce8ff1057e18aaa4 /CHANGELOG.md
parent85d159bf81a5aacf33e316cec7a57de473be91e5 (diff)
downloadgleam_stdlib-f7c2f8318ce035ba2ce91cda8fd42f96a63b5c74.tar.gz
gleam_stdlib-f7c2f8318ce035ba2ce91cda8fd42f96a63b5c74.zip
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
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