From 535bd55fcd1d956d923da5c21976d8ba0b8c00af Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 6 Jan 2014 10:57:00 +0100 Subject: quick formatting pass through CHANGELOGS. [ci skip]. --- actionpack/CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'actionpack') 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* -- cgit v1.2.3