aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-06-23 16:58:31 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-06-23 16:58:31 +0000
commit62a9203a5ed43fb3aea742b887a3bc874352950a (patch)
treef523c6594178ed803a092d51637cfa0e8425e3b8 /actionpack/CHANGELOG
parent46b0e7d1d77c77d013235e3bf99d1afb89513cc9 (diff)
downloadrails-62a9203a5ed43fb3aea742b887a3bc874352950a.tar.gz
rails-62a9203a5ed43fb3aea742b887a3bc874352950a.tar.bz2
rails-62a9203a5ed43fb3aea742b887a3bc874352950a.zip
Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSilva/rebecca/josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7093 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 16c9b0add8..1e270475ea 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that radio_button_tag should generate unique ids #3353 [BobSilva/rebecca/josh]
+
* Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well #6754 [mislaw]
* Don't mistakenly interpret the request uri as the query string. #8731 [lifofifo, Jeremy Kemper]