diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-06-11 15:32:24 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-06-11 15:32:24 -0700 |
commit | 301974a44acb852a71a533e3e8fb9470314f5838 (patch) | |
tree | 6924325def4f390039a152933f88576a67e51317 | |
parent | 38edea0c912f19b5c6a689465be71b29d9da101d (diff) | |
download | rails-301974a44acb852a71a533e3e8fb9470314f5838.tar.gz rails-301974a44acb852a71a533e3e8fb9470314f5838.tar.bz2 rails-301974a44acb852a71a533e3e8fb9470314f5838.zip |
updating changelogs
-rw-r--r-- | actionmailer/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activemodel/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activeresource/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 4 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 4fd8190ee5..62ba658516 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.6 (unreleased) + +* No changes. + ## Rails 3.2.5 (Jun 1, 2012) ## * No changes. diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index f553b84fc8..9ff96f1f6d 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.6 (unreleased) + +* No changes. + ## Rails 3.2.4 (May 31, 2012) ## * No changes. diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index bf2a284284..6efa8e8801 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.6 (unreleased) + +* No changes. + ## Rails 3.2.5 (Jun 1, 2012) ## * No changes. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index e1ed948ede..c71ffabbd8 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.6 (unreleased) + +* No changes. + ## Rails 3.2.5 (Jun 1, 2012) ## * ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index c2a4962ded..b7a6c4f3b1 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.6 (unreleased) + +* No changes. + ## Rails 3.2.4 (May 31, 2012) ## * Add hook for resource route's generator. *Santiago Pastorino* |