From 9eef247339c1cc08de7be3d9f7ac9048cb62adcc Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 5 Sep 2005 12:36:40 +0000 Subject: Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails::Initializer use it if it exists. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index f06b03b784..7cdef2b199 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails::Initializer use it if it exists. + * Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is empty and doesn't require updating. * Added Rails::Initializer and Rails::Configuration to abstract all of the common setup out of config/environment.rb (uses config/boot.rb to bootstrap the initializer and paths) -- cgit v1.2.3