aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-17 09:44:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-17 09:44:28 +0000
commit8e8bf37aa9ff4a32838ac477f97b458e9b99da7e (patch)
tree5c5e7a0cc33cb01dd681a677454faa7bbfa4c833 /actionpack/CHANGELOG
parentba96827b3d05396b11491e36590c52a407ddb8a2 (diff)
downloadrails-8e8bf37aa9ff4a32838ac477f97b458e9b99da7e.tar.gz
rails-8e8bf37aa9ff4a32838ac477f97b458e9b99da7e.tar.bz2
rails-8e8bf37aa9ff4a32838ac477f97b458e9b99da7e.zip
Fixed DateHelper to return values on the option tags such that they'll work properly in IE with form_remote_tag #1024 [rscottmace@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1184 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 464790dcf1..d918618d5c 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed DateHelper to return values on the option tags such that they'll work properly in IE with form_remote_tag #1024 [rscottmace@gmail.com]
+
* Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB]
* Added that render_partial called from a controller will use the action name as default #828 [Dan Peterson]