aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-30 16:23:20 -0600
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-30 16:23:20 -0600
commit3b3c0507e2f67a0f64dc04b396c1d13411ab5890 (patch)
treeda78977ec6a75364f9272c9d5a5cb19f02d3f3ed /railties/CHANGELOG
parentbe140e8c6be966349c6fa35a87f84d5a73995b9a (diff)
downloadrails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.tar.gz
rails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.tar.bz2
rails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.zip
Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [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 6d822a2f88..3c56f9cecb 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]
+
* Changed Rails.root to return a Pathname object (allows for Rails.root.join('app', 'controllers') => "#{RAILS_ROOT}/app/controllers") #1482 [Damian Janowski/?]
* Added view path support for engines [DHH]