From 8a3bd0899f50963c0695f69c6a018b4a411e21b9 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Fri, 6 Mar 2015 09:12:27 +0100 Subject: put the changelog entry in the right file :sweat: [ci skip] --- actionview/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'actionview') diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 101f1263d9..82a636315a 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -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. -- cgit v1.2.3