diff options
-rw-r--r-- | activesupport/CHANGELOG.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 1d21a18c16..f5fa70494a 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,10 +1,3 @@ -* `number_to_percentage` does not crash with `Float::NAN` or `Float::INFINITY` - as input when `precision: 0` is used. - - Fixes #19227. - - *Yves Senn* - * Take DST into account when locating TimeZone from Numeric. When given a specific offset, use the first result found where the |