diff options
-rw-r--r-- | actionpack/CHANGELOG.md | 11 |
1 files 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 @@ -* 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 + `ActionController::RequestForgeryProtection`. *John Barton* +* Fix URL generation in controller tests with request-dependent + `default_url_options` methods. + + *Tony Wooster* + Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/actionpack/CHANGELOG.md) for previous changes. |