aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-04-21 00:24:21 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-04-21 00:24:21 -0300
commitaa740194689397931af1ebaa9c571a02d03fea4b (patch)
treeb60d8e565a51846e1a10577bbadf6fd5db4cfb95 /guides
parent7c0b9624d08d3fc112f8f928c9553276025b0401 (diff)
parent342a0dee71462eab94177dcc913a48163799bcf5 (diff)
downloadrails-aa740194689397931af1ebaa9c571a02d03fea4b.tar.gz
rails-aa740194689397931af1ebaa9c571a02d03fea4b.tar.bz2
rails-aa740194689397931af1ebaa9c571a02d03fea4b.zip
Merge pull request #24657 from maclover7/fix-23643-1
Add #18323 to 5.0 release notes
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 28f653b634..5f14a5a3f9 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -227,6 +227,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
`RedirectBackError`.
([Pull Request](https://github.com/rails/rails/pull/22506))
+* `ActionDispatch::IntegrationTest` and `ActionController::TestCase` deprecate positional arguments in favor of
+ keyword arguments. ([Pull Request](https://github.com/rails/rails/pull/18323))
+
### Notable changes
* Added `ActionController::Renderer` to render arbitrary templates