aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 770b87f085..3151f05077 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,11 @@
*SVN*
+* Added custom path cache_page/expire_page parameters in addition to the options hashes [DHH]. Example:
+
+ def index
+ caches_page(response.body, "/index.html")
+ end
+
* Action Caching speedup. #8231 [skaes]
* Wordsmith resources documentation. #8484 [marclove]