Skip to content

Commit

Permalink
Add changelog entry for #26328.
Browse files Browse the repository at this point in the history
I consider the missing deprecation warning a bug fix from
the point of view of the 5.0.x series and forward.
  • Loading branch information
kaspth committed Aug 31, 2016
1 parent 56ff2e4 commit 6a32568
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions actionpack/CHANGELOG.md
@@ -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
Expand Down

0 comments on commit 6a32568

Please sign in to comment.