aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-12-28 15:55:06 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2011-12-28 15:55:06 -0200
commita0fd9fb01730af12d66a27b5665cc010bd3b90b4 (patch)
tree7ab6057f1bceb34221af6c870f0267bd7575f498 /actionpack
parent2004a131300d5be9180db54aa90e92d2ccd8dae6 (diff)
downloadrails-a0fd9fb01730af12d66a27b5665cc010bd3b90b4.tar.gz
rails-a0fd9fb01730af12d66a27b5665cc010bd3b90b4.tar.bz2
rails-a0fd9fb01730af12d66a27b5665cc010bd3b90b4.zip
Add CHANGELOG entry
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 0c1228b7c6..c992f1388a 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.0 (unreleased) ##
+* Depends on rack ~> 1.4.0 *Santiago Pastorino*
+
* 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*