aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-12-27 08:36:58 -0500
committerGitHub <noreply@github.com>2016-12-27 08:36:58 -0500
commit57908d8a5e4ea83251b338cf51648a552969f3dd (patch)
tree9481d1bfeb8cf83ea19a1318a1e9118434408d22 /actionpack
parent933ae2cc142d543758aab05b9f05c6f86bf0ff47 (diff)
parentfab3a73af4e6f10f80cfd2a9004426c432394ddc (diff)
downloadrails-57908d8a5e4ea83251b338cf51648a552969f3dd.tar.gz
rails-57908d8a5e4ea83251b338cf51648a552969f3dd.tar.bz2
rails-57908d8a5e4ea83251b338cf51648a552969f3dd.zip
Merge pull request #27471 from maclover7/jm-rm-spaces
Light CHANGELOG.md linting
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 3123fc9786..c36de3ebdd 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -4,7 +4,7 @@
out the format from the header instead.
This allows devs to use `:as` on routes that don't have a format.
-
+
Fixes #27144.
*Kasper Timm Hansen*