aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-03-07 11:17:05 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-03-07 11:17:05 +0000
commit011e4694107f294e2b57cd885f9917205fccdcff (patch)
treedbefbd42d08f6ae1c9c732423bd30125e2a4e241 /actionpack/CHANGELOG
parent867063134fb903046d9eac27755a67204a26e148 (diff)
downloadrails-011e4694107f294e2b57cd885f9917205fccdcff.tar.gz
rails-011e4694107f294e2b57cd885f9917205fccdcff.tar.bz2
rails-011e4694107f294e2b57cd885f9917205fccdcff.zip
Make MimeResponds::Responder#any work without explicit types. Closes #11140 [jaw6]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8987 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 7583eb9de2..131a9db0ae 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make MimeResponds::Responder#any work without explicit types. Closes #11140 [jaw6]
+
* Better error message for type conflicts when parsing params. Closes #7962 [spicycode, matt]
* Remove unused ActionController::Base.template_class. Closes #10787 [Pratik]