aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-11-29 01:28:22 -0500
committerGitHub <noreply@github.com>2017-11-29 01:28:22 -0500
commit17661b8cb2591fda5370f7bf8df53ec78b0cdda4 (patch)
tree292662415fd57e90548487f4e71edfaa5d6837b8 /actionview/CHANGELOG.md
parent02b5b1a609a582efafa0d619116109ca4a4e8abd (diff)
parentaf10a39f88488109cecc6e425e08c083a7e55289 (diff)
downloadrails-17661b8cb2591fda5370f7bf8df53ec78b0cdda4.tar.gz
rails-17661b8cb2591fda5370f7bf8df53ec78b0cdda4.tar.bz2
rails-17661b8cb2591fda5370f7bf8df53ec78b0cdda4.zip
Merge pull request #31251 from rails/preload_link_tag
Add preload_link_tag helper.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 125f7f7555..566e30993b 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,11 @@
+* 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).
+ Additionally, this sends Early Hints if supported by browser.
+
+ *Guillermo Iguaran*
+
## Rails 5.2.0.beta2 (November 28, 2017) ##
* No changes.