aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:08:45 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:52:19 -0300
commitdb743ff459385a9131b059151d011c59e8e094be (patch)
tree2545a467f897715450616002f6ddc5369463d6a3 /actionpack/CHANGELOG.md
parent94b2c8c32d00e101b306875b86abf11b28b55699 (diff)
downloadrails-db743ff459385a9131b059151d011c59e8e094be.tar.gz
rails-db743ff459385a9131b059151d011c59e8e094be.tar.bz2
rails-db743ff459385a9131b059151d011c59e8e094be.zip
Fix my name in the CHANGELOG to follow the convention
Also add missing entries and use the formating convention
Diffstat (limited to 'actionpack/CHANGELOG.md')
-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*