aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-04-01 20:35:56 +0000
committerRick Olson <technoweenie@gmail.com>2008-04-01 20:35:56 +0000
commite0402fe0329fb4f631f49ddee466caace8ece192 (patch)
tree62d03a2dfe6a908899f5be70a61330d641db744d /railties/CHANGELOG
parent1eb57a6870cbaa0f965f1c1cf7681a67785e71b0 (diff)
downloadrails-e0402fe0329fb4f631f49ddee466caace8ece192.tar.gz
rails-e0402fe0329fb4f631f49ddee466caace8ece192.tar.bz2
rails-e0402fe0329fb4f631f49ddee466caace8ece192.zip
Add config.active_support for future configuration options. Also, add more new Rails 3 config settings to new_rails_defaults.rb [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9204 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 86a31f1fbd..90e3a48102 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add config.active_support for future configuration options. Also, add more new Rails 3 config settings to new_rails_defaults.rb [rick]
+
* Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_* constants [pratik]
* Allow files in plugins to be reloaded like the rest of the application. [rick]