mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add a changelog entry for #12656 [ci skip]
This commit is contained in:
parent
094e31ce67
commit
cbb32ec244
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue