aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-22 14:47:16 +0000
committerJamis Buck <jamis@37signals.com>2005-08-22 14:47:16 +0000
commit82f44f314402cbd4627caa1c8ba24c35a5c875dd (patch)
treecd553b5c20ee9e2340a0fb5a5e0ee54e9d72db30 /actionpack/CHANGELOG
parentc031a0163356502392f1e6b2839eb248909f9def (diff)
downloadrails-82f44f314402cbd4627caa1c8ba24c35a5c875dd.tar.gz
rails-82f44f314402cbd4627caa1c8ba24c35a5c875dd.tar.bz2
rails-82f44f314402cbd4627caa1c8ba24c35a5c875dd.zip
Added :use_short_month option to select_month helper to show month names as abbreviations
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2033 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 941538018c..165417969b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added :use_short_month option to select_month helper to show month names as abbreviations
+
* Make link_to escape the javascript in the confirm option #1964 [nicolas.pouillard@gmail.com]
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott Barron]