aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-15 04:18:32 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-15 04:18:32 +0000
commitd48039cefb684d678480e1f078c6082792038d03 (patch)
treee10145a291c4424e69e7e8e0ed4aeaacd067c4ec /actionpack/CHANGELOG
parentc87206cc575031ae5d422a7729e32954e1184b26 (diff)
downloadrails-d48039cefb684d678480e1f078c6082792038d03.tar.gz
rails-d48039cefb684d678480e1f078c6082792038d03.tar.bz2
rails-d48039cefb684d678480e1f078c6082792038d03.zip
Fixed that setting request.format would also affect respond_to blocks [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7479 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 ec7cb735aa..5ae64a89fd 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that setting request.format would also affect respond_to blocks [DHH]
+
* Add option to force binary mode on tempfile used for fixture_file_upload. #6380 [Jonathan Viney]
* Fixed that resource namespaces wouldn't stick to all nested resources #9399 [pixeltrix]