From ba35527fe7b0baa07d64731b2c8251f66616904c Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Fri, 9 Mar 2012 12:29:29 +0530 Subject: [PATCH] Minor changelog fixes [ci skip] --- actionpack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index c952f037a9..7565060668 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -125,7 +125,7 @@ * 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* +* Always pass a respond block from to responder. We should let the responder decide what to do with the given overridden response block, and not short circuit it. *Prem Sichanugrist* * Fixes layout rendering regression from 3.2.2. *José Valim* -- GitLab