aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-13 13:29:49 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-13 13:29:49 +0000
commit96e54780b34ea6e8d8f972ff1f0b305aee44430c (patch)
treeb0891fd894681dee07f29b61808c8349c619845c /actionpack/CHANGELOG
parent5f5b053ce879f9a01c04cfe0d6c0600b80979dfe (diff)
downloadrails-96e54780b34ea6e8d8f972ff1f0b305aee44430c.tar.gz
rails-96e54780b34ea6e8d8f972ff1f0b305aee44430c.tar.bz2
rails-96e54780b34ea6e8d8f972ff1f0b305aee44430c.zip
Fixed that send_file would "remember" all the files sent by adding to the headers again and again #458 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@400 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 f1a24dc3fa..2cd5abeda8 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that send_file would "remember" all the files sent by adding to the headers again and again #458 [bitsweat]
+
* Fixed url rewriter confusion when the controller or action name was a substring of the controller_prefix or action_prefix
* Added conditional layouts like <tt>layout "weblog_standard", :except => :rss</tt> #452 [Marcel Molina]