Skip to content

Commit

Permalink
Update changelog.d/1107.breaking.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
  • Loading branch information
dhable and pront authored Nov 13, 2024
1 parent 6e046fa commit 07c60e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions changelog.d/1107.breaking.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Fixes the `to_float` function to return an error instead of "infinity" when parsing a string outside
the f64::MAX / f64::MIN bounds.
Fixes the `to_float` function to return an error instead of `f64::INFINITY` when parsing [non-normal](https://doc.rust-lang.org/std/primitive.f64.html#method.is_normal) numbers.

0 comments on commit 07c60e8

Please sign in to comment.