We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d159b commit f7c2f83Copy full SHA for f7c2f83
CHANGELOG.md
@@ -7,10 +7,8 @@
7
- The `iterator.try_fold` function is now tail recursive.
8
- The performance of many functions in the `string` module has been improved.
9
- The `list.concat` function has been deprecated in favour of `list.flatten`.
10
-- The handling of exponentials and signs in the `float.to_string` function has
11
- been improved on JavaScript.
12
-- The `string.inspect` function delegates the inspection of floats to
13
- `float.to_string`.
+- The handling of float exponentials and signs in the `float.to_string` and
+ `string.inspect` functions have been improved on JavaScript.
14
15
## v0.40.0 - 2024-08-19
16
0 commit comments