diff options
-rw-r--r-- | actionmailer/CHANGELOG.md | 5 | ||||
-rw-r--r-- | actionpack/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activemodel/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activerecord/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activeresource/CHANGELOG.md | 5 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 2 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 5 |
7 files changed, 23 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index bd04b5dabb..a893f2d934 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 3.2.13 (unreleased) ## + +* No changes. + + ## Rails 3.2.12 (Feb 11, 2013) ## * No changes. diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 31d17f81e0..2484731ab0 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 3.2.13 (unreleased) ## + * Fix `assert_template` with `render :stream => true`. Fix #1743. Backport #5288. diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index d5871a4d4d..c80762c8ba 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 3.2.13 (unreleased) ## + * Specify type of singular association during serialization *Steve Klabnik* diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 8f3c6e78f7..695f4c56ec 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 3.2.13 (unreleased) ## + * Preloading `has_many :through` associations with conditions won't cache the `:through` association. This will prevent invalid subsets to be cached. diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index f3e424e1eb..93d6026679 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 3.2.13 (unreleased) ## + +* No changes. + + ## Rails 3.2.12 (Feb 11, 2013) ## * No changes. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 3f41c80540..f2e88f8e36 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 3.2.13 (unreleased) ## + * Fix DateTime comparison with DateTime::Infinity object. *Dan Kubb* diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index ccfe23ac6c..ca1098a602 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 3.2.13 (unreleased) ## + +* No changes. + + ## Rails 3.2.12 (Feb 11, 2013) ## * No changes. |