Skip to content

Commit

Permalink
updating changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Oct 16, 2013
1 parent 2a0c440 commit 538f8ba
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions actionmailer/CHANGELOG.md
@@ -1,3 +1,7 @@
## Rails 3.2.15 (Oct 16, 2013) ##

* No changes.

This comment has been minimized.

Copy link
@reedloden

## Rails 3.2.14 (Jul 22, 2013) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.

Expand Down
4 changes: 4 additions & 0 deletions 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
Expand Down

0 comments on commit 538f8ba

Please sign in to comment.