aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-24 10:53:44 +0100
committerJosé Valim <jose.valim@gmail.com>2011-12-24 10:53:44 +0100
commitf32247cb3eb1a444e40a66c1ad6147fdac4392c7 (patch)
tree9353d009be73459342453df86d3767eb006ae7eb /actionpack/CHANGELOG.md
parent0152fe977343dc348f9a33493652b3f923e12397 (diff)
downloadrails-f32247cb3eb1a444e40a66c1ad6147fdac4392c7.tar.gz
rails-f32247cb3eb1a444e40a66c1ad6147fdac4392c7.tar.bz2
rails-f32247cb3eb1a444e40a66c1ad6147fdac4392c7.zip
Update CHANGELOGs
Diffstat (limited to 'actionpack/CHANGELOG.md')
-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.