diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-02-20 20:52:19 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2015-02-20 20:52:20 -0200 |
commit | 08d9c7532c7081d6b5964b8edf802fab72224cd7 (patch) | |
tree | d2e67bcf19f5b69f973447918bbac03f3a8bed88 | |
parent | a56db55e39781dd700555f784d230aff2dd1f714 (diff) | |
download | rails-08d9c7532c7081d6b5964b8edf802fab72224cd7.tar.gz rails-08d9c7532c7081d6b5964b8edf802fab72224cd7.tar.bz2 rails-08d9c7532c7081d6b5964b8edf802fab72224cd7.zip |
Fix changelog indent [ci skip]
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 92ba57b7d5..c5b208f5b6 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -* Alias the `ActionDispatch::Request#uuid` method to `ActionDispatch::Request#request_id`. +* Alias the `ActionDispatch::Request#uuid` method to `ActionDispatch::Request#request_id`. Due to implementation, `config.log_tags = [:request_id]` also works in substitute for `config.log_tags = [:uuid]`. @@ -38,7 +38,7 @@ * Explicitly ignored wildcard verbs when searching for HEAD routes before fallback - Fixes an issue where a mounted rack app at root would intercept the HEAD + Fixes an issue where a mounted rack app at root would intercept the HEAD request causing an incorrect behavior during the fall back to GET requests. Example: |