aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-09 02:30:44 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-09 02:30:49 +0530
commit8a714c4d804d2502c4b1bdfccb3e9175c4add7b8 (patch)
tree5c0cb961934a255f03c553a0f17dde28b4c954f1 /actionpack/CHANGELOG.md
parentdb6542178cb175602c597e8c974c4585f8ef7e24 (diff)
downloadrails-8a714c4d804d2502c4b1bdfccb3e9175c4add7b8.tar.gz
rails-8a714c4d804d2502c4b1bdfccb3e9175c4add7b8.tar.bz2
rails-8a714c4d804d2502c4b1bdfccb3e9175c4add7b8.zip
fix incorrect changelog headings [ci skip].
Last commit message should not have said 'Rails 4' either
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 50b3ac4ce7..e447a5bb80 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,17 +1,5 @@
## Rails 4.0.0 (unreleased) ##
-* Upgrade rack-cache to 1.2. *José Valim*
-
-* ActionController::SessionManagement is removed. *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*
-
* Adds support for layouts when rendering a partial with a given collection. *serabe*
* Allows the route helper `root` to take a string argument. For example, `root 'pages#main'`. *bcardarella*
@@ -126,6 +114,19 @@
* `ActionView::Helpers::TextHelper#highlight` now defaults to the
HTML5 `mark` element. *Brian Cardarella*
+## Rails 3.2.3 (unreleased) ##
+
+* Upgrade rack-cache to 1.2. *José Valim*
+
+* ActionController::SessionManagement is removed. *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 (March 1, 2012) ##