aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-07-24 01:20:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-07-24 01:20:18 +0000
commit937a7abe4556f06e056af33c40a07c3b58652ed7 (patch)
tree1d902f77b8e1f4dd932b71941e7b7a732435b712 /actionpack/CHANGELOG
parent80150a0cfb778a9b7ec765106f0487bf1b7e1bf8 (diff)
downloadrails-937a7abe4556f06e056af33c40a07c3b58652ed7.tar.gz
rails-937a7abe4556f06e056af33c40a07c3b58652ed7.tar.bz2
rails-937a7abe4556f06e056af33c40a07c3b58652ed7.zip
Fixed that file.content_type for uploaded files would include a trailing \r #9053 [bgreenlee]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7212 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 8fc1201d6d..8e18d8e4ed 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that file.content_type for uploaded files would include a trailing \r #9053 [bgreenlee]
+
* url_for now accepts a series of symbols representing the namespace of the record [Josh Knowles]
* Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov]