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 | |
parent | f1efecfc3f009d7b25a0b72170914a2739cb3765 (diff) | |
download | rails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.gz rails-e0da95bd7e058d2b3199691484550b54c385d6ed.tar.bz2 rails-e0da95bd7e058d2b3199691484550b54c385d6ed.zip |
Update changelogs with version/release dates [ci skip]
-rw-r--r-- | actionmailer/CHANGELOG.md | 4 | ||||
-rw-r--r-- | actionpack/CHANGELOG.md | 9 | ||||
-rw-r--r-- | activemodel/CHANGELOG.md | 7 | ||||
-rw-r--r-- | activerecord/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activeresource/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 7 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 4 |
7 files changed, 28 insertions, 11 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index fec3a5c423..86080188aa 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,6 @@ -## Rails 3.2.12 (unreleased) ## +## Rails 3.2.12 (Fev 11, 2013) ## + +* No changes. ## Rails 3.2.11 (Jan 8, 2013) ## 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] diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index fe83324848..775bf344d4 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,8 +1,11 @@ -## Rails 3.2.12 (unreleased) ## - * Specify type of singular association during serialization *Steve Klabnik* +## Rails 3.2.12 (Fev 11, 2013) ## + +* No changes. + + ## Rails 3.2.11 (Jan 8, 2013) ## * No changes. diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 8fcab1c8f4..99bef61407 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -208,7 +208,8 @@ *Gabriel Sobrinho, Ricardo Henrique* -## Rails 3.2.12 ## + +## Rails 3.2.12 (Fev 11, 2013) ## * Quote numeric values being compared to non-numeric columns. Otherwise, in some database, the string column values will be coerced to a numeric @@ -220,6 +221,7 @@ *Dylan Smith* + ## Rails 3.2.11 (Jan 8, 2013) ## * Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155] diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index 98a67b96a5..314ffd66a7 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -1,4 +1,6 @@ -## Rails 3.2.12 (unreleased) ## +## Rails 3.2.12 (Fev 11, 2013) ## + +* No changes. ## Rails 3.2.11 (Jan 8, 2013) ## diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 7a5fb6e485..467b5e466a 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,3 @@ -## Rails 3.2.12 (unreleased) ## - * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* @@ -24,6 +22,11 @@ *Daniele Sluijters* +## Rails 3.2.12 (Fev 11, 2013) ## + +* No changes. + + ## Rails 3.2.11 (Jan 8, 2012) ## * Hash.from_xml raises when it encounters type="symbol" or type="yaml". diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 44533a579c..5de8abc59b 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,6 @@ -## Rails 3.2.12 (unreleased) ## +## Rails 3.2.12 (Fev 11, 2013) ## + +* No changes. ## Rails 3.2.11 (Jan 8, 2013) ## |