diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-01-06 10:57:00 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-01-06 10:57:00 +0100 |
commit | 535bd55fcd1d956d923da5c21976d8ba0b8c00af (patch) | |
tree | 98716c7d8149657990f87876d24a5d1b9f9e8cb4 /actionpack | |
parent | 2229c523aa76e63cdd289a4b7a7f125c01593890 (diff) | |
download | rails-535bd55fcd1d956d923da5c21976d8ba0b8c00af.tar.gz rails-535bd55fcd1d956d923da5c21976d8ba0b8c00af.tar.bz2 rails-535bd55fcd1d956d923da5c21976d8ba0b8c00af.zip |
quick formatting pass through CHANGELOGS. [ci skip].
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 944bf18113..395b783d61 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,6 +1,6 @@ * Allow an absolute controller path inside a module scope - Fixes #12777 + Fixes #12777. * Unique the segment keys array for non-optimized url helpers @@ -10,7 +10,7 @@ This means to benefit from optimized url generation the arg needs to be specified as many times as it appears in the path. - Fixes #12808 + Fixes #12808. *Andrew White* @@ -20,7 +20,7 @@ in the error message. Previously it would only show the contraints that were required as part of the path. - Fixes #13592 + Fixes #13592. *Andrew White* @@ -44,7 +44,7 @@ absolute. Similarly for option redirects, if the options hash returned contains a `:host` or `:domain` key then the path is treated as absolute. - Fixes #7977 + Fixes #7977. *Andrew White* @@ -59,7 +59,7 @@ it has been unescaped. If it is not valid then we can return early since it will not match any file anyway. - Fixes #13518 + Fixes #13518. *Andrew White* @@ -69,7 +69,7 @@ * Converts hashes in arrays of unfiltered params to unpermitted params. - Fixes #13382 + Fixes #13382. *Xavier Noria* |