aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-09 12:29:29 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-09 12:29:29 +0530
commitba35527fe7b0baa07d64731b2c8251f66616904c (patch)
treed1acb4d2d5347a56414e9a06881048322f7ba6bd /actionpack/CHANGELOG.md
parentacc7e5038500be7edf2afd00c34d081408af192a (diff)
downloadrails-ba35527fe7b0baa07d64731b2c8251f66616904c.tar.gz
rails-ba35527fe7b0baa07d64731b2c8251f66616904c.tar.bz2
rails-ba35527fe7b0baa07d64731b2c8251f66616904c.zip
Minor changelog fixes [ci skip]
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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*