aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-02-25 20:16:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-02-25 20:16:58 +0000
commit9b46f693819008f16cfe319e3dbe7f9d67cd2083 (patch)
tree19b3e00a339951b8a6b9eab9033b2bc4a50577f8 /actionpack/CHANGELOG
parent784298008bf25c901564929d319eb631eb1a5639 (diff)
downloadrails-9b46f693819008f16cfe319e3dbe7f9d67cd2083.tar.gz
rails-9b46f693819008f16cfe319e3dbe7f9d67cd2083.tar.bz2
rails-9b46f693819008f16cfe319e3dbe7f9d67cd2083.zip
Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6233 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 1767443f12..59a3ab413e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan]
+
* Allow routing requirements on map.resource(s) #7633 [quixoten]. Example:
map.resources :network_interfaces, :requirements => { :id => /^\d+\.\d+\.\d+\.\d+$/ }