Skip to content

Commit

Permalink
add CHANGELOG entry for AP page and action caching extraction [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Oct 4, 2012
1 parent e4d5b69 commit c82cf81
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions actionpack/CHANGELOG.md
@@ -1,5 +1,16 @@
## Rails 4.0.0 (unreleased) ## ## 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* * Failsafe exception returns text/plain. *Steve Klabnik*


* Remove actionpack's rack-cache dependency and declare the * Remove actionpack's rack-cache dependency and declare the
Expand Down

0 comments on commit c82cf81

Please sign in to comment.