aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-08-31 21:39:15 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2016-08-31 21:39:15 +0200
commit21c929afe6b065d96cd122685c51abccfd58df5b (patch)
tree54ba95ee22ba6ba71695c264460fa0eae68387fd /actionpack/CHANGELOG.md
parent8fa2ecf8ed9db0ce72defdba2c49ba61e701e27d (diff)
downloadrails-21c929afe6b065d96cd122685c51abccfd58df5b.tar.gz
rails-21c929afe6b065d96cd122685c51abccfd58df5b.tar.bz2
rails-21c929afe6b065d96cd122685c51abccfd58df5b.zip
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.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
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