aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@gmail.com>2016-09-04 08:13:40 -0400
committerGitHub <noreply@github.com>2016-09-04 08:13:40 -0400
commit10fcf42497a3c3e561b38af38d57cf5cbe8da195 (patch)
tree97b822f7fe225072be917db8b6e82d5503bcbe4c /actionpack/CHANGELOG.md
parentce97dc1abf4d301c8a4aaa7e790088b8d318afd4 (diff)
parent333f10e32c0b8cbaf4dbaaee3333d21b138a7d4a (diff)
downloadrails-10fcf42497a3c3e561b38af38d57cf5cbe8da195.tar.gz
rails-10fcf42497a3c3e561b38af38d57cf5cbe8da195.tar.bz2
rails-10fcf42497a3c3e561b38af38d57cf5cbe8da195.zip
Merge pull request #26384 from y-yagi/make_fixture_file_upload_in_integration_test
make `fixture_file_upload` work in integration tests
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index c6ea22a591..96af4d9397 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Make `fixture_file_upload` work in integration tests.
+
+ *Yuji Yaginuma*
+
* Add `to_param` to `ActionController::Parameters` deprecations.
In the future `ActionController::Parameters` are discouraged from being used