aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-22 14:48:59 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-22 14:48:59 +0000
commitd336ca5280523c4f4c9387d8a6778273469f856c (patch)
treec00139c9c8b46cffcffbfdf3b0cbc12af6d7afac /actionpack/CHANGELOG
parent38ee39a4a5e719694dca553ef739dbf99645c2b2 (diff)
downloadrails-d336ca5280523c4f4c9387d8a6778273469f856c.tar.gz
rails-d336ca5280523c4f4c9387d8a6778273469f856c.tar.bz2
rails-d336ca5280523c4f4c9387d8a6778273469f856c.zip
Fixed that the content-header was being set to application/octet_stream instead of application/octet-stream on send_date/file [Alexey]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@475 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 d046c11c2f..684c16c4b3 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that the content-header was being set to application/octet_stream instead of application/octet-stream on send_date/file [Alexey]
+
* Removed the need for passing the binding when using CacheHelper#cache
* Added TestResponse#binary_content that'll return as a string the data sent through send_data/send_file for testing #500 [Alexey]