Add CHANGELOG entry

This commit is contained in:
Santiago Pastorino
2012-03-02 14:34:23 -02:00
parent 5fd360133a
commit 8674823350

View File

@@ -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.