aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-03-08 18:17:49 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-03-08 18:20:45 -0300
commit45efd0ebf77811e43cebc68400c24652133a0f99 (patch)
tree583c35e3e8aea1e8dd61348b9f3e56fa8a0b9fe6
parentaf4c9b78ff1c967cc1aaef14d34205ef92db8134 (diff)
downloadrails-45efd0ebf77811e43cebc68400c24652133a0f99.tar.gz
rails-45efd0ebf77811e43cebc68400c24652133a0f99.tar.bz2
rails-45efd0ebf77811e43cebc68400c24652133a0f99.zip
Move changelog entry to the top, highlight module name [ci skip]
-rw-r--r--actionpack/CHANGELOG.md11
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.