put the changelog entry in the right file 😓 [ci skip]

This commit is contained in:
Yves Senn 2015-03-06 09:12:27 +01:00
parent 081a3963ea
commit 8a3bd0899f
1 changed files with 7 additions and 0 deletions

View File

@ -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.