aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-02-22 12:30:35 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-02-22 12:30:35 -0200
commit82d6dedc7acb98c7c7671d34e47ea95c739fd356 (patch)
treef14b3c3cc35728b76e8546bc34fde0205aeca02c /actionpack
parent110b43c8a9796dda73758e694e3f51c904997f86 (diff)
downloadrails-82d6dedc7acb98c7c7671d34e47ea95c739fd356.tar.gz
rails-82d6dedc7acb98c7c7671d34e47ea95c739fd356.tar.bz2
rails-82d6dedc7acb98c7c7671d34e47ea95c739fd356.zip
Fix CHANGELOG
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ffc566b992..7873c23030 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,8 +1,8 @@
## Rails 3.2.2 (unreleased) ##
-* Format lookup for partials is derived from the format in which the template. Closes #5025 part 2 *Santiago Pastorino*
+* Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino*
-* Use the right format when a partial is missing. Closes #5025. *Santiago Pastorino*
+* Use the right format when a partial is missing. Closes #5025. *Santiago Pastorino*
* Default responder will now always use your overridden block in `respond_with` to render your response. *Prem Sichanugrist*