diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-16 10:01:01 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-10-16 10:01:01 -0700 |
commit | 538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2 (patch) | |
tree | fdd408aee29bd9e7a5c4ac3c36430e54c1d0e286 | |
parent | 2a0c4403fd905c3d2561c8ed69ed77dbd27c6bfa (diff) | |
download | rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.tar.gz rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.tar.bz2 rails-538f8ba0c16bb6c57b5b79320fc1a99afd14b0e2.zip |
updating changelogs
-rw-r--r-- | actionmailer/CHANGELOG.md | 4 | ||||
-rw-r--r-- | actionpack/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activemodel/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activerecord/CHANGELOG.md | 2 | ||||
-rw-r--r-- | activeresource/CHANGELOG.md | 4 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 2 | ||||
-rw-r--r-- | railties/CHANGELOG.md | 4 |
7 files changed, 19 insertions, 3 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 37241dc4ad..b8c375306e 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.15 (Oct 16, 2013) ## + +* No changes. + ## Rails 3.2.14 (Jul 22, 2013) ## * No changes. diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 31136d91b3..ca2a14535c 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased ## +## Rails 3.2.15 (Oct 16, 2013) ## * Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for spoofing attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are set. diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index ad3c7f43f5..7db08549d9 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.15 (Oct 16, 2013) ## + +* No changes. + ## Rails 3.2.14 (Jul 22, 2013) ## * No changes. diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index cf1f20c829..878e5eeebc 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased ## +## Rails 3.2.15 (Oct 16, 2013) ## * When calling the method .find_or_initialize_by_* from a collection_proxy it should set the inverse_of relation even when the entry was found on the db. diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md index dd618e4f27..c1f0fa3403 100644 --- a/activeresource/CHANGELOG.md +++ b/activeresource/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.15 (Oct 16, 2013) ## + +* No changes. + ## Rails 3.2.14 (Jul 22, 2013) ## * Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 374bca1c85..29f7db53eb 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased ## +## Rails 3.2.15 (Oct 16, 2013) ## * Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing each_key method. diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index c12b598f0d..3e075a8f9f 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.15 (Oct 16, 2013) ## + +* No changes. + ## Rails 3.2.14 (Jul 22, 2013) ## * Fix bugs that crashed `rake test:benchmark`, `rails profiler` and |