aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexey Zabelin <zabelin.alex@gmail.com>2016-02-03 14:50:23 -0500
committerAlexey Zabelin <zabelin.alex@gmail.com>2016-02-03 14:55:37 -0500
commitdeae52a62ec6085b7b8d5f9db113946343266582 (patch)
tree371ae7b1420bf5c17fffa2f66e2503f903449211 /railties/CHANGELOG.md
parent6ece7df8d80c6d93db43878fa4c0278a0204072c (diff)
downloadrails-deae52a62ec6085b7b8d5f9db113946343266582.tar.gz
rails-deae52a62ec6085b7b8d5f9db113946343266582.tar.bz2
rails-deae52a62ec6085b7b8d5f9db113946343266582.zip
Add dummy apple icon files
Previously Safari would try to load these files when you visit localhost:3000. That created two exceptions in the log. It also caused the exception notifier to send them out. In response to #23427
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 96149acc08..a1736470ae 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
+* Add dummy files for apple-touch-icon.png and apple-touch-icon.png. GH#23427
+
+ *Alexey Zabelin*
+
* Add `after_bundle` callbacks in Rails plugin templates. Useful for allowing
templates to perform actions that are dependent upon `bundle install`.