Add changelog entry for #26328.

I consider the missing deprecation warning a bug fix from
the point of view of the 5.0.x series and forward.
This commit is contained in:
Kasper Timm Hansen 2016-08-31 21:39:15 +02:00
parent 8fa2ecf8ed
commit 21c929afe6
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
* Add `to_param` to `ActionController::Parameters` deprecations.
In the future `ActionController::Parameters` are discouraged from being used
in URLs without explicit whitelisting. Go through `to_h` to use `to_param`.
*Kir Shatrov*
* Fix nested multiple roots
The PR #20940 enabled the use of multiple roots with different constraints