Tweaks CHANGELOGs [ci skip]

This commit is contained in:
Ryuta Kamizono 2017-12-01 20:42:04 +09:00
parent 8e7b9e29a8
commit 6b16f6db27
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
* Add `preload_link_tag` helper
This helper that allows to the browser to initiate early fetch of resources
(different to the specified in javascript_include_tag and stylesheet_link_tag).
(different to the specified in `javascript_include_tag` and `stylesheet_link_tag`).
Additionally, this sends Early Hints if supported by browser.
*Guillermo Iguaran*

View File

@ -2,7 +2,7 @@
Example:
add_index :users, :name, using: :gist, opclass: name: :gist_trgm_ops
add_index :users, :name, using: :gist, opclass: { name: :gist_trgm_ops }
*Greg Navis*
@ -80,7 +80,7 @@
*bogdanvlviv*
* Fixed a bug where column orders for an index weren't written to
db/schema.rb when using the sqlite adapter.
`db/schema.rb` when using the sqlite adapter.
Fixes #30902.