mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Move changelog entry to the top, highlight module name [ci skip]
This commit is contained in:
parent
af4c9b78ff
commit
45efd0ebf7
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
|||
* Make logging of CSRF failures optional (but on by default) with the
|
||||
`log_warning_on_csrf_failure` configuration setting in
|
||||
`ActionController::RequestForgeryProtection`.
|
||||
|
||||
*John Barton*
|
||||
|
||||
* 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.
|
||||
|
|
Loading…
Reference in a new issue