aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-02-22 12:25:38 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-02-22 12:25:38 -0200
commit110b43c8a9796dda73758e694e3f51c904997f86 (patch)
tree6eb473aa24870ef9ae9869471aedbd78c79d1090 /actionpack/CHANGELOG.md
parent19433ce8701d9ff2b311d0a2ec98be366ce461ea (diff)
downloadrails-110b43c8a9796dda73758e694e3f51c904997f86.tar.gz
rails-110b43c8a9796dda73758e694e3f51c904997f86.tar.bz2
rails-110b43c8a9796dda73758e694e3f51c904997f86.zip
Add CHANGELOG entry
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index a8c10a268e..ffc566b992 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.2 (unreleased) ##
+* Format lookup for partials is derived from the format in which the template. Closes #5025 part 2 *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*