mirror of https://github.com/rails/rails
put the changelog entry in the right file 😓 [ci skip]
This commit is contained in:
parent
081a3963ea
commit
8a3bd0899f
|
@ -1,3 +1,10 @@
|
|||
* `number_to_percentage` does not crash with `Float::NAN` or `Float::INFINITY`
|
||||
as input when `precision: 0` is used.
|
||||
|
||||
Fixes #19227.
|
||||
|
||||
*Yves Senn*
|
||||
|
||||
* Fixed the translation helper method to accept different default values types
|
||||
besides String.
|
||||
|
||||
|
|
Loading…
Reference in New Issue