aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:48:13 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:48:13 -0800
commit98144207789893c480ed42b007f4964070d9f870 (patch)
tree2545a467f897715450616002f6ddc5369463d6a3 /actionpack
parent94b2c8c32d00e101b306875b86abf11b28b55699 (diff)
parentdb743ff459385a9131b059151d011c59e8e094be (diff)
downloadrails-98144207789893c480ed42b007f4964070d9f870.tar.gz
rails-98144207789893c480ed42b007f4964070d9f870.tar.bz2
rails-98144207789893c480ed42b007f4964070d9f870.zip
Merge pull request #5350 from rafaelfranca/changelog-fix-3-2
Changelog fix 3 2
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 1b806a1a20..2a98556b71 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -9,15 +9,16 @@
* 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*
+* 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*
+* Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França*
* 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) ##
+
+## Rails 3.2.2 (March 1, 2012) ##
* Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino*