aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-11-01 12:42:06 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-11-08 09:28:42 +0900
commit5df4efd2fd08dfdf8583bcb6a4322aa5997c18e1 (patch)
tree13b9727b08c26d207e99ca98fea04323704ce4dc
parentfc2684c9c012b95ce003cce22b378d5ea9ab56d3 (diff)
downloadrails-5df4efd2fd08dfdf8583bcb6a4322aa5997c18e1.tar.gz
rails-5df4efd2fd08dfdf8583bcb6a4322aa5997c18e1.tar.bz2
rails-5df4efd2fd08dfdf8583bcb6a4322aa5997c18e1.zip
Fix broken CHANGELOG markup [ci skip]
And remove trailing spaces.
-rw-r--r--actionpack/CHANGELOG.md6
-rw-r--r--actionview/CHANGELOG.md2
-rw-r--r--activerecord/CHANGELOG.md2
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*