diff options
author | versecafe <147033096+versecafe@users.noreply.github.com> | 2024-09-03 08:54:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-03 14:54:02 +0100 |
commit | ee334747949c6696a0128d1ce709078ecc564598 (patch) | |
tree | 6099b3f73f4d0b371ee2046ee3288d3400cd54a7 /CHANGELOG.md | |
parent | a349b6273717d42c232079b0bfcf5002d10e10d3 (diff) | |
download | gleam_stdlib-ee334747949c6696a0128d1ce709078ecc564598.tar.gz gleam_stdlib-ee334747949c6696a0128d1ce709078ecc564598.zip |
Add `to_precision` to `gleam/float` (#668)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea984be..0754990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## v0.41.0 - Unreleased - The `bit_array` module gains the `compare` function. +- The `float` modeule gains the `to_precision` function. ## v0.40.0 - 2024-08-19 |