aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-31 09:15:09 +0000
committerJamis Buck <jamis@37signals.com>2005-08-31 09:15:09 +0000
commit2a8e33872b3b8f297cad50a2c5eaba3cbaeeaa1b (patch)
treedec868847df6bd0c82c33fce83927e51cbea9017 /railties/CHANGELOG
parentb9cae60e85f17e393dd4d8649f46c1ad2e0b21a4 (diff)
downloadrails-2a8e33872b3b8f297cad50a2c5eaba3cbaeeaa1b.tar.gz
rails-2a8e33872b3b8f297cad50a2c5eaba3cbaeeaa1b.tar.bz2
rails-2a8e33872b3b8f297cad50a2c5eaba3cbaeeaa1b.zip
Make the default rakefile read *.rake files from config/tasks (for easy extension of the rakefile by e.g. generators)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2081 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 90b7e240e0..d22c7e32bf 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make the default rakefile read *.rake files from config/tasks (for easy extension of the rakefile by e.g. generators)
+
* Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is defined.
* Allow the --toggle-spin switch on process/reaper to be negated