Skip to content

Commit 538f8ba

Browse files
committed
updating changelogs
1 parent 2a0c440 commit 538f8ba

File tree

7 files changed

+19
-3
lines changed

7 files changed

+19
-3
lines changed

actionmailer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Rails 3.2.15 (Oct 16, 2013) ##
2+
3+
* No changes.
4+
15
## Rails 3.2.14 (Jul 22, 2013) ##
26

37
* No changes.

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased ##
1+
## Rails 3.2.15 (Oct 16, 2013) ##
22

33
* Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for spoofing
44
attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are set.

activemodel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Rails 3.2.15 (Oct 16, 2013) ##
2+
3+
* No changes.
4+
15
## Rails 3.2.14 (Jul 22, 2013) ##
26

37
* No changes.

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased ##
1+
## Rails 3.2.15 (Oct 16, 2013) ##
22

33
* When calling the method .find_or_initialize_by_* from a collection_proxy
44
it should set the inverse_of relation even when the entry was found on the db.

activeresource/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Rails 3.2.15 (Oct 16, 2013) ##
2+
3+
* No changes.
4+
15
## Rails 3.2.14 (Jul 22, 2013) ##
26

37
* Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json.

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## unreleased ##
1+
## Rails 3.2.15 (Oct 16, 2013) ##
22

33
* Fix ActiveSupport::Cache::FileStore#cleanup to no longer rely on missing each_key method.
44

railties/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Rails 3.2.15 (Oct 16, 2013) ##
2+
3+
* No changes.
4+
15
## Rails 3.2.14 (Jul 22, 2013) ##
26

37
* Fix bugs that crashed `rake test:benchmark`, `rails profiler` and

0 commit comments

Comments
 (0)