From acc2aa4c60ea8ebbe8c1a8db17ff52493943867c Mon Sep 17 00:00:00 2001 From: claudiob Date: Mon, 12 Nov 2012 16:07:36 -0800 Subject: Add release date of Rails 3.2.9 to documentation Conflicts: actionpack/CHANGELOG.md activerecord/CHANGELOG.md activesupport/CHANGELOG.md --- actionmailer/CHANGELOG.md | 2 +- actionpack/CHANGELOG.md | 2 +- activemodel/CHANGELOG.md | 2 +- activerecord/CHANGELOG.md | 2 +- activeresource/CHANGELOG.md | 2 +- activesupport/CHANGELOG.md | 2 +- railties/CHANGELOG.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 74aede2cb7..fd3eca106e 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) ## +## Rails 3.2.9 (Nov 12, 2012) ## * Do not render views when mail() isn't called. Fix #7761 diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 2bf3801b7d..9056074c03 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) ## +## Rails 3.2.9 (Nov 12, 2012) ## * Clear url helpers when reloading routes. diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index d3056e73a2..4882421014 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) +## Rails 3.2.9 (Nov 12, 2012) ## * Due to a change in builder, nil values and empty strings now generates closed tags, so instead of this: diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3e071cfa01..5757b48f99 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) +## Rails 3.2.9 (Nov 12, 2012) ## * Fix issue with collection associations calling first(n)/last(n) and attempting to set the inverse association when `:inverse_of` was used. Fixes #8087. diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index c1a51aeac6..bdd50ab8b2 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) ## +## Rails 3.2.9 (Nov 12, 2012) ## * No changes. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 76a232665f..7faf55bf52 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) +## Rails 3.2.9 (Nov 12, 2012) ## * Add logger.push_tags and .pop_tags to complement logger.tagged: diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 27f4fd6de7..32a3cf3129 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.9 (unreleased) +## Rails 3.2.9 (Nov 12, 2012) ## * Update supported ruby versions error message in ruby_version_check.rb *Lihan Li* -- cgit v1.2.3