From d8d8334a0be51e8c34876699d9101bf390761f11 Mon Sep 17 00:00:00 2001 From: Carlhuda Date: Mon, 13 Sep 2010 16:05:00 -0700 Subject: Update changelog --- actionpack/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 2231d6db4b..0ec42cc6de 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -2,6 +2,9 @@ * Renames csrf_meta_tag -> csrf_meta_tags, and aliases csrf_meta_tag for backwards compatibility. [fxn] +* Add Rack::Cache to the default stack. Create a Rails store that delegates to the Rails cache, so by default, whatever caching layer you are using will be used + for HTTP caching. Note that Rack::Cache will be used if you use #expires_in, #fresh_when or #stale with :public => true. Otherwise, the caching rules will apply + to the browser only. *Rails 3.0.0 (August 29, 2010)* -- cgit v1.2.3