1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update the changelog for #20872 to be a bit less confusing

This commit is contained in:
Sean Griffin 2015-10-20 15:38:43 -06:00
parent 597a927667
commit 7eb7d6f7c1

View file

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