From 5df4efd2fd08dfdf8583bcb6a4322aa5997c18e1 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 1 Nov 2018 12:42:06 +0900 Subject: [PATCH] Fix broken CHANGELOG markup [ci skip] And remove trailing spaces. --- actionpack/CHANGELOG.md | 6 +++--- actionview/CHANGELOG.md | 2 +- activerecord/CHANGELOG.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 5554d4e6b8..81201795d4 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -3,9 +3,9 @@ There is no controller instance when using a redirect route or a mounted rack application so pass the request object as the context when resolving dynamic CSP sources in this scenario. - + Fixes #34200. - + *Andrew White* * Apply mapping to symbols returned from dynamic CSP sources @@ -14,7 +14,7 @@ would be converted to a string implicity, e.g: policy.default_src -> { :self } - + would generate the header: Content-Security-Policy: default-src self diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index fd8bae0cdf..1f537e725a 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -11,7 +11,7 @@ *Eileen M. Uchitelle*, *Aaron Patterson* * Respect the `only_path` option passed to `url_for` when the options are passed in as an array - + Fixes #33237. *Joel Ambass* diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index d743076eb4..f42aa4c5cf 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -Adds support for multiple databases to `rails db:schema:cache:dump` and `rails db:schema:cache:clear`. +* Adds support for multiple databases to `rails db:schema:cache:dump` and `rails db:schema:cache:clear`. *Gannon McGibbon*