From cbb32ec24449bb4716551dee3392f9981cc6117b Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sun, 27 Oct 2013 16:01:03 +0100 Subject: Add a changelog entry for #12656 [ci skip] --- actionpack/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index a47ddb1f21..f5527450c7 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,11 @@ +* Don't let strong parameters mutate the given hash via `fetch` + + Create a new instance if the given parameter is a `Hash` instead of + passing it to the `convert_hashes_to_parameters` method since it is + overriding its default value. + + *Brendon Murphy*, *Doug Cole* + * Add `params` option to `button_to` form helper, which renders the given hash as hidden form fields. -- cgit v1.2.3