aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJan Bussieck <jan.bussieck@gmail.com>2017-12-22 22:01:49 +0100
committerJan Bussieck <jan.bussieck@gmail.com>2017-12-22 22:01:49 +0100
commitee7fb923d484f1dfe19e10210e7bde0a753ff2f5 (patch)
tree9a9c30530ad915ee7957b31d2ec8886a1cd04bdd /guides
parent1389f4b43f96cd3e0c6e932080d3087853c7eef0 (diff)
downloadrails-ee7fb923d484f1dfe19e10210e7bde0a753ff2f5.tar.gz
rails-ee7fb923d484f1dfe19e10210e7bde0a753ff2f5.tar.bz2
rails-ee7fb923d484f1dfe19e10210e7bde0a753ff2f5.zip
[docs] Add mention of removal of HWIA interface from `AC:Parameters`
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_1_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index 6b9a950a42..852d04b1f6 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -355,6 +355,9 @@ Please refer to the [Changelog][action-pack] for detailed changes.
([Commit](https://github.com/rails/rails/commit/79a5ea9eadb4d43b62afacedc0706cbe88c54496),
[Commit](https://github.com/rails/rails/commit/57e1c99a280bdc1b324936a690350320a1cd8111))
+* Removed deprecated support for calling `HashWithIndifferentAccess` methods on `ActionController::Parameters`.
+ ([Commit](https://github.com/rails/rails/pull/26746/commits/7093ceb480ad6a0a91b511832dad4c6a86981b93))
+
### Deprecations
* Deprecated `config.action_controller.raise_on_unfiltered_parameters`.