aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-06-28 02:45:27 -0700
committerJosé Valim <jose.valim@gmail.com>2011-06-28 02:45:27 -0700
commit76581d0f1bcb54c5d7505ae05de150a086dfbd37 (patch)
treeb31d9d58c235f4908e2df7afac8d3b372a797c4b
parent4f372cf4d9f48b76ae3472009167addd26b7d941 (diff)
downloadrails-76581d0f1bcb54c5d7505ae05de150a086dfbd37.tar.gz
rails-76581d0f1bcb54c5d7505ae05de150a086dfbd37.tar.bz2
rails-76581d0f1bcb54c5d7505ae05de150a086dfbd37.zip
Edited actionpack/CHANGELOG via GitHub
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f4b6464bdc..bc252edadd 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,9 @@
*Rails 3.2.0 (unreleased)*
+* send_file now guess the mime type [Esad Hajdarevic]
+
+* Mime type entries for PDF, ZIP and other formats were added [Esad Hajdarevic]
+
* Generate hidden input before select with :multiple option set to true.
This is useful when you rely on the fact that when no options is set,
the state of select will be sent to rails application. Without hidden field