aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 19:32:48 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 19:32:48 -0800
commit0ad07d9c26321f426d7d4c234d476e71d1537efb (patch)
tree35771cb474122e072941573cda823c4774095396 /railties/CHANGELOG
parent1459c8cc1d6baca324bf2350d8f89f4faa054f18 (diff)
downloadrails-0ad07d9c26321f426d7d4c234d476e71d1537efb.tar.gz
rails-0ad07d9c26321f426d7d4c234d476e71d1537efb.tar.bz2
rails-0ad07d9c26321f426d7d4c234d476e71d1537efb.zip
Removed config/initializers/new_rails_defaults.rb as all frameworks now follow the settings from it [DHH]
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 4e61479fb3..fc9277bd28 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Removed config/initializers/new_rails_defaults.rb as all frameworks now follow the settings from it [DHH]
+
* Set config.time_zone to UTC by default [DHH]
* Added default .gitignore (this is just recognizing Git market share, don't throw a hissy if you use another SCM) [DHH]