aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-01-01 18:53:16 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-01-01 18:53:16 +0100
commita1fb57aa6940253dbed5423ac3e064db272eab2a (patch)
treee22e68c26f655822cc063ac9b987ed55446696e7 /actionpack/CHANGELOG
parentf1e20ce9a781eb73e421678fc8149eba77ddc6f6 (diff)
downloadrails-a1fb57aa6940253dbed5423ac3e064db272eab2a.tar.gz
rails-a1fb57aa6940253dbed5423ac3e064db272eab2a.tar.bz2
rails-a1fb57aa6940253dbed5423ac3e064db272eab2a.zip
Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH]
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 44790605b2..26e40e76d5 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Added :silence option to BenchmarkHelper#benchmark and turned log_level into a hash parameter and deprecated the old use [DHH]
+
* Fixed the AssetTagHelper cache to use the computed asset host as part of the cache key instead of just assuming the its a string #1299 [DHH]
* Make ActionController#render(string) work as a shortcut for render :file/:template/:action => string. [#1435] [Pratik Naik] Examples: