aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-21 14:04:17 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-21 14:05:35 +0900
commit99ee8f87fecaff412e6a2b093b7df9b30e8b6790 (patch)
treec2a844f07c579f1f67ea5e6cab5bc67dd7dba647 /guides
parentd90ae764ec287e477dc5d679233dfc1efbe22828 (diff)
downloadrails-99ee8f87fecaff412e6a2b093b7df9b30e8b6790.tar.gz
rails-99ee8f87fecaff412e6a2b093b7df9b30e8b6790.tar.bz2
rails-99ee8f87fecaff412e6a2b093b7df9b30e8b6790.zip
add #23980 to release notes [ci skip]
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 2583b32925..07cdf84c9c 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -297,6 +297,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
* `ActionDispatch::IntegrationTest` and `ActionController::TestCase` deprecate positional arguments in favor of
keyword arguments. ([Pull Request](https://github.com/rails/rails/pull/18323))
+* Deprecated `:controller` and `:action` path parameters.
+ ([Pull Request](https://github.com/rails/rails/pull/23980))
+
### Notable changes
* Added `ActionController::Renderer` to render arbitrary templates