From 45efd0ebf77811e43cebc68400c24652133a0f99 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 8 Mar 2014 18:17:49 -0300 Subject: [PATCH] Move changelog entry to the top, highlight module name [ci skip] --- actionpack/CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index ff3fafe173..c23577de9b 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -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.