From c82cf81f00f018386bd55d406db30725caaa5096 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Thu, 4 Oct 2012 10:46:10 -0500 Subject: add CHANGELOG entry for AP page and action caching extraction [ci skip] --- actionpack/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 5a5c4b33f1..f07c6fe828 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,16 @@ ## Rails 4.0.0 (unreleased) ## +* `ActionController::Base.page_cache_extension` option is deprecated + in favour of `ActionController::Base.default_static_extension`. + + *Francesco Rodriguez* + +* Action and Page caching has been extracted from Action Dispatch + as `actionpack-action_caching` and `actionpack-page_caching` gems. + Please read the `README.md` file on both gems for the usage. + + *Francesco Rodriguez* + * Failsafe exception returns text/plain. *Steve Klabnik* * Remove actionpack's rack-cache dependency and declare the -- cgit v1.2.3