1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

add #23980 to release notes [ci skip]

This commit is contained in:
yuuji.yaginuma 2016-05-21 14:04:17 +09:00
parent d90ae764ec
commit 99ee8f87fe

View file

@ -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