aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-23 15:38:19 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-23 15:38:19 +0000
commitb2192888ab28b4cc36a54b5c918c6773de95a030 (patch)
tree59f1b1c7c9a7b4df62e5083a0ac9f3e87868d4ef /railties/CHANGELOG
parentccda96093a3bf3fb360f7c6d61bbbf341b2ae034 (diff)
downloadrails-b2192888ab28b4cc36a54b5c918c6773de95a030.tar.gz
rails-b2192888ab28b4cc36a54b5c918c6773de95a030.tar.bz2
rails-b2192888ab28b4cc36a54b5c918c6773de95a030.zip
Fix the changelog entry
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index b36f57f75d..5b932ac197 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,8 +1,8 @@
*2.3.0 [Edge]*
-* Remove script/performance/profiler in favour of performance integration tests. [Pratik Naik]
+* Remove script/performance/request in favour of the performance integration tests. [Pratik Naik]
- To continue using script/performance/profiler, install the request_profiler plugin :
+ To continue using script/performance/request, install the request_profiler plugin :
script/plugin install git://github.com/rails/request_profiler.git