diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-11 23:32:59 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-02-11 23:33:01 -0200 |
commit | e0da95bd7e058d2b3199691484550b54c385d6ed (patch) | |
tree | f74c2111518cdb810b2b46ac70bb26d230c57bd2 /actionpack | |
parent | f1efecfc3f009d7b25a0b72170914a2739cb3765 (diff) | |
download | rails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.gz rails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.bz2 rails-e0da95bd7e058d2b3199691484550b54c385d6ed.zip |
Update changelogs with version/release dates [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 9 |
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] |