aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-10-20 15:38:43 -0600
committerSean Griffin <sean@seantheprogrammer.com>2015-10-20 15:38:43 -0600
commit7eb7d6f7c1bda62c160420f0c3b99442a7967c1f (patch)
treeaf2dba13450796bbc40d9381cbb581f0ee8381a8 /activesupport
parent597a9276671f5d7884a0ee1a617656dd5ee4b0ea (diff)
downloadrails-7eb7d6f7c1bda62c160420f0c3b99442a7967c1f.tar.gz
rails-7eb7d6f7c1bda62c160420f0c3b99442a7967c1f.tar.bz2
rails-7eb7d6f7c1bda62c160420f0c3b99442a7967c1f.zip
Update the changelog for #20872 to be a bit less confusing
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
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*