From 21c929afe6b065d96cd122685c51abccfd58df5b Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Wed, 31 Aug 2016 21:39:15 +0200 Subject: [PATCH] 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. --- actionpack/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 999ac82d42..c6ea22a591 100644 --- a/actionpack/CHANGELOG.md +++ b/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