Skip to content

Commit f7c2f83

Browse files
committed
Changes!
1 parent 85d159b commit f7c2f83

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
- The `iterator.try_fold` function is now tail recursive.
88
- The performance of many functions in the `string` module has been improved.
99
- 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`.
10+
- The handling of float exponentials and signs in the `float.to_string` and
11+
`string.inspect` functions have been improved on JavaScript.
1412

1513
## v0.40.0 - 2024-08-19
1614

0 commit comments

Comments
 (0)