aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-09-30 00:23:16 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-09-30 00:23:16 -0300
commitd77d4a89490cde4db3394bd324453c88796b4857 (patch)
treedc565776daebbacfad92734b3d1985513f35e435 /actionpack/CHANGELOG.md
parent7d17cd2cbfc086f5aa9dd636e1207eb130150428 (diff)
downloadrails-d77d4a89490cde4db3394bd324453c88796b4857.tar.gz
rails-d77d4a89490cde4db3394bd324453c88796b4857.tar.bz2
rails-d77d4a89490cde4db3394bd324453c88796b4857.zip
New CHANGELOG entries always in the top [ci skip]
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 416a69d562..69937accf2 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -19,6 +19,12 @@
*Hugolnx*
+* Handle `ActionDispatch::Http::UploadedFile` like `Rack::Test::UploadedFile`, don't call to_param on it. Since
+ `Rack::Test::UploadedFile` isn't API compatible this is needed to test file uploads that rely on `tempfile`
+ being available.
+
+ *Tim Vandecasteele*
+
* Fixed a bug with shorthand routes scoped with the `:module` option not
adding the module to the controller as described in issue #6497.
This should now work properly:
@@ -65,12 +71,6 @@
*Jeremy Kemper & Erich Menge*
-* Handle `ActionDispatch::Http::UploadedFile` like `Rack::Test::UploadedFile`, don't call to_param on it. Since
- `Rack::Test::UploadedFile` isn't API compatible this is needed to test file uploads that rely on `tempfile`
- being available.
-
- *Tim Vandecasteele*
-
## Rails 3.2.8 (Aug 9, 2012) ##