From 7eb7d6f7c1bda62c160420f0c3b99442a7967c1f Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Tue, 20 Oct 2015 15:38:43 -0600 Subject: Update the changelog for #20872 to be a bit less confusing --- activesupport/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport') 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* -- cgit v1.2.3