diff options
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 38c825bc05..4ad45b4a99 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,5 @@ -* Fix `number_to_human` rounding 999999999 to "1000 Million" instead of - "1 Billion". +* Fix `number_to_human` so that 999999999 rounds to "1 Billion" instead of + "1000 Million". *Max Jacobson* |