aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-24 10:51:47 +0100
committerJosé Valim <jose.valim@gmail.com>2011-12-24 10:52:45 +0100
commitfc4299805e5dc6cee0c81a94b2fcb9bb2a714b01 (patch)
treec94704db1989b34b03fb7c3aca90c7173cea242f /actionpack
parent557014d45aeed82ed1e79b83ab59697392a1a5de (diff)
downloadrails-fc4299805e5dc6cee0c81a94b2fcb9bb2a714b01.tar.gz
rails-fc4299805e5dc6cee0c81a94b2fcb9bb2a714b01.tar.bz2
rails-fc4299805e5dc6cee0c81a94b2fcb9bb2a714b01.zip
Update CHANGELOGs.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index b753addef4..0c1228b7c6 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.0 (unreleased) ##
+* Add :gzip option to `caches_page`. The default option can be configured globally using `page_cache_compression` *Andrey Sitnik*
+
* The ShowExceptions middleware now accepts a exceptions application that is responsible to render an exception when the application fails. The application is invoked with a copy of the exception in `env["action_dispatch.exception"]` and with the PATH_INFO rewritten to the status code. *José Valim*
* Add `button_tag` support to ActionView::Helpers::FormBuilder.