aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-05-02 11:56:03 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-05-02 11:56:03 +0200
commit5c87c95a71a8f643bbef8c6d6773a74112b8371c (patch)
tree7dfdb858295ae7359b7685c889c97eeec2b5eb2a /actionview/CHANGELOG.md
parent0591f1823b45005f4822f513d0103cfff0463fee (diff)
downloadrails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.tar.gz
rails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.tar.bz2
rails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.zip
Enhance a bit a few changelog entries [ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index e9daeca39d..bedbf78172 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Change `asset_path` to use File.join to create proper paths (#14932):
+* Change `asset_path` to use File.join to create proper paths:
https://some.host.com//assets/some.js
@@ -12,7 +12,7 @@
`image/x-icon`.
Before:
-
+
#=> favicon_link_tag 'myicon.ico'
<link href="/assets/myicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />