aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-12-23 23:23:31 +0900
committerGitHub <noreply@github.com>2017-12-23 23:23:31 +0900
commit08e03cfde4e1fe4c435e9f8925bcf3fee7fa5a3a (patch)
tree5d4152f15d5b0b3ebf69112ac36f883bbe4a9077
parenteb98aeb29644c22bc664543d2bdb929f4a3dae2b (diff)
parentee7fb923d484f1dfe19e10210e7bde0a753ff2f5 (diff)
downloadrails-08e03cfde4e1fe4c435e9f8925bcf3fee7fa5a3a.tar.gz
rails-08e03cfde4e1fe4c435e9f8925bcf3fee7fa5a3a.tar.bz2
rails-08e03cfde4e1fe4c435e9f8925bcf3fee7fa5a3a.zip
Merge pull request #31545 from JanBussieck/add-hwia-inheritance-removal-to-5.1-release-notes
[docs] Add mention of removal of HWIA interface from `AC:Parameters` [ci skip]
-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`.