aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
blob: ff3fafe17367973129c369738ecc26e715bda452 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
*   Fix URL generation in controller tests with request-dependent
    `default_url_options` methods.

    *Tony Wooster*
*   Make logging of CSRF failures optional (but on by default) with the
    `log_warning_on_csrf_failure` configuration setting in
    ActionController::RequestForgeryProtection

    *John Barton*

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