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 16:09:21 -0200
commitc8dcc19cf9e40c4387bfc197bc118da16c8469c3 (patch)
treeea8a5f3dc1cec519049d8eb0a07c58e3651aa6e5 /actionpack
parent90df0d4f687596943bda108ab0b98dd99cacd46b (diff)
downloadrails-c8dcc19cf9e40c4387bfc197bc118da16c8469c3.tar.gz
rails-c8dcc19cf9e40c4387bfc197bc118da16c8469c3.tar.bz2
rails-c8dcc19cf9e40c4387bfc197bc118da16c8469c3.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*