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

Add #18323 to 5.0 release notes

Fixes #23643.

[ci skip]
This commit is contained in:
Jon Moss 2016-04-20 16:21:21 -04:00
parent 115efeb036
commit 342a0dee71

View file

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