aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-05 21:30:44 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-05 21:30:44 +0000
commit21cf3c6596de877dd12dcedb5637a1a8bf90b327 (patch)
tree70424bad0361858fbc23fbf8cacf0156f81c227a /railties/CHANGELOG
parent8a88513a999c854df51dce305b9fd7c0594d0b29 (diff)
downloadrails-21cf3c6596de877dd12dcedb5637a1a8bf90b327.tar.gz
rails-21cf3c6596de877dd12dcedb5637a1a8bf90b327.tar.bz2
rails-21cf3c6596de877dd12dcedb5637a1a8bf90b327.zip
script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. Closes #5679.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4673 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 877087cbb2..4b4d015fb2 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* script/performance/profiler compatibility with the new ruby-prof, including an option to choose the results printer. #5679 [shugo@ruby-lang.org]
+
* Fixed the failsafe response so it uses either the current recognized controller or ApplicationController. [Rick Olson]
* Make sure script/reaper only reaps dispatcher pids by default, and not the spawner's pid. [Jamis Buck]