diff --git a/changelog.d/1107.breaking.md b/changelog.d/1107.breaking.md index 343d0f0d5..6893e813e 100644 --- a/changelog.d/1107.breaking.md +++ b/changelog.d/1107.breaking.md @@ -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.