aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/CHANGELOG.md
blob: 32721ac233d6644d3c30cbf06c0ad9f634272760 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                                       
                                                                                                                                                      
 
             
 
                                                                                                                       
*   Calling `ActionController::Parameters#transform_keys/!` without a block now returns
    an enumerator for the parameters instead of the underlying hash.

    *Eugene Kenny*

* Fix strong parameters blocks all attributes even when only some keys are invalid (non-numerical). It should only block invalid key's values instead.

    *Stan Lo*

Please check [6-0-stable](https://github.com/rails/rails/blob/6-0-stable/actionpack/CHANGELOG.md) for previous changes.