aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Mutz <andrew.mutz@gmail.com>2012-05-14 17:47:55 -0700
committerAndrew Mutz <andrew.mutz@gmail.com>2012-05-27 18:14:21 -0700
commit155cd5e6b5f4c787ce01369d0187431c71a0d909 (patch)
tree2caad9e93af633431cca8415d2360e461316a567 /activesupport/CHANGELOG.md
parent523d0f09e4cc3ba46d851e2144587df26fdc7603 (diff)
downloadrails-155cd5e6b5f4c787ce01369d0187431c71a0d909.tar.gz
rails-155cd5e6b5f4c787ce01369d0187431c71a0d909.tar.bz2
rails-155cd5e6b5f4c787ce01369d0187431c71a0d909.zip
Moving NumberHelpers from ActionView to ActiveSupport
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 62b8a789c7..a818ef0c5d 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* ActionView::Helpers::NumberHelper methods have been moved to ActiveSupport::NumberHelper and are now available via
+ Numeric#to_s. Numeric#to_s now accepts the formatting options :phone, :currency, :percentage, :delimited,
+ :rounded, :human, and :human_size. *Andrew Mutz*
+
* Add `Hash#transform_keys`, `Hash#transform_keys!`, `Hash#deep_transform_keys`, and `Hash#deep_transform_keys!`. *Mark McSpadden*
* Changed xml type `datetime` to `dateTime` (with upper case letter `T`). *Angelo Capilleri*