aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-10-22 23:47:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-10-22 23:47:18 +0000
commit1c71a5d25fff323eef25ca3f744151e59c1ee86b (patch)
tree3fe900fd905c834841d494dd3b2b1b0fb7cfbedf /actionpack/CHANGELOG
parentafd288cf8141eca321061cb00879f52108d68013 (diff)
downloadrails-1c71a5d25fff323eef25ca3f744151e59c1ee86b.tar.gz
rails-1c71a5d25fff323eef25ca3f744151e59c1ee86b.tar.bz2
rails-1c71a5d25fff323eef25ca3f744151e59c1ee86b.zip
Upgraded NumberHelper with number_to_phone support international formats to comply with ITU E.123 by supporting area codes with less than 3 digits, added precision argument to number_to_human_size (defaults to 1) (closes #6421) [BobSilva]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5336 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 04bfdd4c79..74542d296f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Upgraded NumberHelper with number_to_phone support international formats to comply with ITU E.123 by supporting area codes with less than 3 digits, added precision argument to number_to_human_size (defaults to 1) #6421 [BobSilva]
+
* Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after assets #6454 [BobSilva/chrismear]
* Force *_url named routes to show the host in ActionView [Rick]