1
0
Fork 0
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:
Robin Dupret 2013-10-27 16:01:03 +01:00
parent 094e31ce67
commit cbb32ec244

View file

@ -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.