aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-02-16 21:13:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-02-16 21:13:02 +0000
commitc74c78c88d94a2e3362f9cb55a8a86b2760cfa71 (patch)
treea4b58381eb52e43eb0c06f6cd365b8efaa409b81 /actionpack/CHANGELOG
parent06669f8b13b351c251bc24eb2068c5005c9776a8 (diff)
downloadrails-c74c78c88d94a2e3362f9cb55a8a86b2760cfa71.tar.gz
rails-c74c78c88d94a2e3362f9cb55a8a86b2760cfa71.tar.bz2
rails-c74c78c88d94a2e3362f9cb55a8a86b2760cfa71.zip
Added X-Benchmark to all responses with the same benchmark data as goes into the log [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6156 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 6a38dd5b65..416bb81d2a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added X-Benchmark to all responses with the same benchmark data as goes into the log [DHH]
+
* Add Mime::Type convenience methods to check the current mime type. [Rick]
request.format.html? # => true if Mime::HTML