aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-01-06 17:49:14 +0000
committerMarcel Molina <marcel@vernix.org>2006-01-06 17:49:14 +0000
commitb30ccefe6f143e2c907f9cfc71b251cdd88ba7af (patch)
treed7a443d554bade64a7e7fcd2e28fbb247be4c637 /actionpack/CHANGELOG
parent945dd920ab0954acdbc9b3317145b267a9638a50 (diff)
downloadrails-b30ccefe6f143e2c907f9cfc71b251cdd88ba7af.tar.gz
rails-b30ccefe6f143e2c907f9cfc71b251cdd88ba7af.tar.bz2
rails-b30ccefe6f143e2c907f9cfc71b251cdd88ba7af.zip
Have the form builder output radio button, not check box, when calling the radio button helper. Closes #3331.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3383 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 aacf62f224..2a2a088f27 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Have the form builder output radio button, not check box, when calling the radio button helper. #3331 [LouisStAmour@gmail.com]
+
* Added assignment of the Autocompleter object created by JavaScriptMacroHelper#auto_complete_field to a local javascript variables [DHH]
* Added :on option for PrototypeHelper#observe_field that allows you to specify a different callback hook to have the observer trigger on [DHH]