aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-07-15 22:51:16 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-15 22:58:42 -0500
commit83e29b9773ac113ceacb1e36c2f333d692de2573 (patch)
tree5cc5a8d9c1c646550df1741da9f78783e22038fe /actionpack/CHANGELOG
parent5cc3ea6969f047a782fa8ac44530baeef597edb3 (diff)
downloadrails-83e29b9773ac113ceacb1e36c2f333d692de2573.tar.gz
rails-83e29b9773ac113ceacb1e36c2f333d692de2573.tar.bz2
rails-83e29b9773ac113ceacb1e36c2f333d692de2573.zip
Removed config.action_view.cache_template_loading, use config.cache_classes instead
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 52d00a417c..cec593a6a0 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Removed config.action_view.cache_template_loading, use config.cache_classes instead [Josh Peek]
+
* Get buffer for fragment cache from template's @output_buffer [Josh Peek]
* Set config.action_view.warn_cache_misses = true to receive a warning if you perform an action that results in an expensive disk operation that could be cached [Josh Peek]