diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-26 14:34:31 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-07-26 14:34:31 -0700 |
commit | d1b9cf2d48b4e58da2da563107dd2783e326e287 (patch) | |
tree | 6c7dd6cbbfc864aafb2bce7e6c52498d16a4841e | |
parent | 21bcac1998c4818bce203d9b1df3940172465f66 (diff) | |
download | rails-d1b9cf2d48b4e58da2da563107dd2783e326e287.tar.gz rails-d1b9cf2d48b4e58da2da563107dd2783e326e287.tar.bz2 rails-d1b9cf2d48b4e58da2da563107dd2783e326e287.zip |
updating release date
-rw-r--r-- | actionmailer/CHANGELOG.md | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 2 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 89d5ebde01..9f008e6947 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.7 (unreleased) +## Rails 3.2.7 (Jul 26, 2012) * No changes. diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 1f17e9a08c..0aaaaf92ea 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.7 (unreleased) ## +## Rails 3.2.7 (Jul 26, 2012) ## * Do not convert digest auth strings to symbols. CVE-2012-3424 diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 8d650500ef..475149e852 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.7 (unreleased) +## Rails 3.2.7 (Jul 26, 2012) * `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented. diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5cfdc9af14..129b3109d6 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.7 (unreleased) ## +## Rails 3.2.7 (Jul 26, 2012) ## * `:finder_sql` and `:counter_sql` options on collection associations are deprecated. Please transition to using scopes. diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index eb0a073018..984d3f3099 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.7 (unreleased) +## Rails 3.2.7 (Jul 26, 2012) * No changes. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 4c5eaecdea..8f53a57423 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.7 (unreleased) +## Rails 3.2.7 (Jul 26, 2012) * Hash#fetch(fetch) is not the same as doing hash[key] * adds a missing require [fixes #6896] diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 2205bb6334..d79237c205 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 3.2.7 (unreleased) +## Rails 3.2.7 (Jul 26, 2012) * Since Rails 3.2, use layout false to render no layout * Use strict_args_position! if available from Thor |