aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 11:28:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 11:28:58 +0000
commit3835f6ab25053a64d9bac63bda5d3b62a242f91a (patch)
treea47eceab9c27958e4400746d687016c320783cfb /actionpack/CHANGELOG
parentd76439239dc7b8870afef34afccfedcd1ffd7ad0 (diff)
downloadrails-3835f6ab25053a64d9bac63bda5d3b62a242f91a.tar.gz
rails-3835f6ab25053a64d9bac63bda5d3b62a242f91a.tar.bz2
rails-3835f6ab25053a64d9bac63bda5d3b62a242f91a.zip
Changed caching/expiration/hit to report using the DEBUG log level and errors to use the ERROR log level instead of both using INFO
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1889 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 b88434e45d..860c35b768 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed caching/expiration/hit to report using the DEBUG log level and errors to use the ERROR log level instead of both using INFO
+
* Added support for per-action session management #1763
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that.