diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-04-20 16:21:21 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-04-20 19:51:06 -0400 |
commit | 342a0dee71462eab94177dcc913a48163799bcf5 (patch) | |
tree | a58bd6390368a3ad43ff377ff4bdeeb9820fdea8 | |
parent | 115efeb036d4d56186ba7b0b64750cdc57471b59 (diff) | |
download | rails-342a0dee71462eab94177dcc913a48163799bcf5.tar.gz rails-342a0dee71462eab94177dcc913a48163799bcf5.tar.bz2 rails-342a0dee71462eab94177dcc913a48163799bcf5.zip |
Add #18323 to 5.0 release notes
Fixes #23643.
[ci skip]
-rw-r--r-- | guides/source/5_0_release_notes.md | 3 |
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 |