aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 22586caa84..5d11ad5eba 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,3 @@
-## Rails 3.2.12 (unreleased) ##
-
* Fix `assert_template` with `render :stream => true`.
Fix #1743.
Backport #5288.
@@ -64,7 +62,7 @@
* More descriptive error messages when calling `render :partial` with
an invalid `:layout` argument.
-
+
Fixes #8376.
render :partial => 'partial', :layout => true
@@ -124,6 +122,11 @@
*Daniel Fox, Grant Hutchins & Trace Wax*
+## Rails 3.2.12 (Fev 11, 2013) ##
+
+* No changes.
+
+
## Rails 3.2.11 (Jan 8, 2013) ##
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]