aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-02 14:34:23 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-02 14:34:23 -0200
commit867482335067bcef7faae91a7eaa9e98bf94ac62 (patch)
tree5fd000d838db0dd6816d9a1261d1d858729324a6 /actionpack/CHANGELOG.md
parent5fd360133a569c033dc2904fe3f4eed615586106 (diff)
downloadrails-867482335067bcef7faae91a7eaa9e98bf94ac62.tar.gz
rails-867482335067bcef7faae91a7eaa9e98bf94ac62.tar.bz2
rails-867482335067bcef7faae91a7eaa9e98bf94ac62.zip
Add CHANGELOG entry
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 7873c23030..babc6e72f7 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 3.2.3 (unreleased) ##
+
+* Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki*
+
+
## Rails 3.2.2 (unreleased) ##
* Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino*
@@ -10,6 +15,7 @@
This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
*Tadas Tamosauskas*
+
## Rails 3.2.1 (January 26, 2012) ##
* Documentation improvements.