aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-12-04 05:30:28 +0000
committerRick Olson <technoweenie@gmail.com>2007-12-04 05:30:28 +0000
commit112ed3031671476d6aee3d0f69affe6c113e711f (patch)
treede2227945665dc8e64a3aee4acb891265d1fab9c /actionpack/CHANGELOG
parent9663f9952a4e5fb0698409b33a07c5fdd4206cd7 (diff)
downloadrails-112ed3031671476d6aee3d0f69affe6c113e711f.tar.gz
rails-112ed3031671476d6aee3d0f69affe6c113e711f.tar.bz2
rails-112ed3031671476d6aee3d0f69affe6c113e711f.zip
Add 'disabled' attribute to <OPTION> separators used in time zone and country selects. Closes #10354 [hasmanyjosh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8267 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 7641c24ead..1ee499c69e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add 'disabled' attribute to <OPTION> separators used in time zone and country selects. Closes #10354 [hasmanyjosh]
+
* Added the same record identification guessing rules to fields_for as form_for has [DHH]
* Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH]