1
0
Fork 0
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:
Carlos Antonio da Silva 2014-03-08 18:17:49 -03:00
parent af4c9b78ff
commit 45efd0ebf7

View file

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