aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-09 02:07:34 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-09 02:07:42 +0530
commit3bfd6516c3511c60f975d77e7d8edf002ecb1b0f (patch)
treef2019e42638b915d66dd03cd429f405843bc2077 /actionpack/CHANGELOG.md
parentc1a01c795d020613fbdc43447b4f4ceee53b4f69 (diff)
downloadrails-3bfd6516c3511c60f975d77e7d8edf002ecb1b0f.tar.gz
rails-3bfd6516c3511c60f975d77e7d8edf002ecb1b0f.tar.bz2
rails-3bfd6516c3511c60f975d77e7d8edf002ecb1b0f.zip
changelog updates [ci skip]
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
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) ##