aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-28 16:17:55 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-28 16:17:55 +0000
commitad29870c21f2f196858251831f527e52a7ef27cb (patch)
tree5ec15691b34929324602bb8d037dc032393d7810 /actionpack/CHANGELOG
parent50c1150e5388e109d7ceca388422cd504fd91462 (diff)
downloadrails-ad29870c21f2f196858251831f527e52a7ef27cb.tar.gz
rails-ad29870c21f2f196858251831f527e52a7ef27cb.tar.bz2
rails-ad29870c21f2f196858251831f527e52a7ef27cb.zip
select :multiple => true suffixes the attribute name with [] unless already suffixed. Closes #6977.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6078 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 c2f6ee7db8..0f34c678fd 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* select :multiple => true suffixes the attribute name with [] unless already suffixed. #6977 [nik.kakelin, ben, julik]
+
* Improve routes documentation. #7095 [zackchandler]
* mail_to :encode => 'hex' also encodes the mailto: part of the href attribute as well as the linked email when no name is given. #2061 [Jarkko Laine, pfc.pille@gmx.net]