diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-24 21:32:50 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-24 21:32:50 +0000 |
commit | b0bfcca16efff329e0cfaebc18a7debed126473b (patch) | |
tree | a0926c4f73c773214ab21e87ceb310e919b76b89 /actionpack/CHANGELOG | |
parent | 123f5a357dc176225d57dc78e773338642048120 (diff) | |
download | rails-b0bfcca16efff329e0cfaebc18a7debed126473b.tar.gz rails-b0bfcca16efff329e0cfaebc18a7debed126473b.tar.bz2 rails-b0bfcca16efff329e0cfaebc18a7debed126473b.zip |
Fixed that FormHelper#radio_button would produce invalid ids (closes #11298) [harlancrystal]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9088 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index d2396a70f9..303ef75977 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that FormHelper#radio_button would produce invalid ids #11298 [harlancrystal] + * Added :confirm option to submit_tag #11415 [miloops] * Fixed NumberHelper#number_with_precision to properly round in a way that works equally on Mac, Windows, Linux (closes #11409, #8275, #10090, #8027) [zhangyuanyi] |