Fix broken CHANGELOG markup [ci skip]

And remove trailing spaces.
This commit is contained in:
Ryuta Kamizono 2018-11-01 12:42:06 +09:00
parent fc2684c9c0
commit 5df4efd2fd
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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*

View File

@ -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*