aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 17:22:56 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 17:22:56 +0000
commit10be1c59f8999f91dd08c21a1e4104d664cf8150 (patch)
tree893a8b39b86ca5de0e4945677ae94e6c7e1cb22b /railties/CHANGELOG
parent911614df6eb4ea1f19c71aea57b1aea0b243c73a (diff)
downloadrails-10be1c59f8999f91dd08c21a1e4104d664cf8150.tar.gz
rails-10be1c59f8999f91dd08c21a1e4104d664cf8150.tar.bz2
rails-10be1c59f8999f91dd08c21a1e4104d664cf8150.zip
Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@861 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 8a5d3c926c..f6ae399f42 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added an empty favicon.ico file to the public directory of new applications (so the logs are not spammed by its absence)
+
* Fixed that scaffold generator new template should use local variable instead of instance variable #778 [Dan Peterson]
* Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacticasoftware.com]