From 3bfd6516c3511c60f975d77e7d8edf002ecb1b0f Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Fri, 9 Mar 2012 02:07:34 +0530 Subject: changelog updates [ci skip] --- actionpack/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index d7552e74e1..1b806a1a20 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -5,6 +5,17 @@ * Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki* +* Upgrade rack-cache to 1.2. *José Valim* + +* ActionController::SessionManagement is deprecated. *Santiago Pastorino* + +* Since the router holds references to many parts of the system like engines, controllers and the application itself, inspecting the route set can actually be really slow, therefore we default alias inspect to to_s. *José Valim* + +* Add a new line after the textarea opening tag. Closes #393 *rafaelfranca* + +* Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu* + +* Fixes layout rendering regression from 3.2.2. *José Valim* ## Rails 3.2.2 (unreleased) ## -- cgit v1.2.3