aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-09-05 15:39:20 +0000
committerJamis Buck <jamis@37signals.com>2005-09-05 15:39:20 +0000
commitb70e2db64af856b46571c66877762837a0f3a95a (patch)
tree6f96009e39b0cf482dfc4d57a98fbf2bd27819da /railties/CHANGELOG
parent9eef247339c1cc08de7be3d9f7ac9048cb62adcc (diff)
downloadrails-b70e2db64af856b46571c66877762837a0f3a95a.tar.gz
rails-b70e2db64af856b46571c66877762837a0f3a95a.tar.bz2
rails-b70e2db64af856b46571c66877762837a0f3a95a.zip
Make the default stats task extendable by modifying the STATS_DIRECTORIES constant
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2135 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 7cdef2b199..d1760e0b59 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make the default stats task extendable by modifying the STATS_DIRECTORIES constant
+
* 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.