Skip to content

Commit 63dce16

Browse files
committed
updating changelogs
1 parent 4e7d571 commit 63dce16

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.1.6 (unreleased)
1+
## Rails 3.1.6 (Jun 12, 2012)
22

33
* No changes.
44

actionpack/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Rails 3.1.6 (unreleased)
1+
## Rails 3.1.6 (Jun 12, 2012)
22

33
* nil is removed from array parameter values
44

5+
CVE-2012-2694
6+
57
## Rails 3.1.5 (May 31, 2012) ##
68

79
* Detect optional glob params when adding non-greedy regexp - closes #4817.

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.1.6 (unreleased)
1+
## Rails 3.1.6 (Jun 12, 2012)
22

33
* No changes.
44

activerecord/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## Rails 3.1.6 (unreleased)
1+
## Rails 3.1.6 (Jun 12, 2012)
22

33
* protect against the nesting of hashes changing the
44
table context in the next call to build_from_hash. This fix
55
covers this case as well.
66

7+
CVE-2012-2695
8+
79
## Rails 3.1.5 (May 31, 2012) ##
810

911
* Fix type_to_sql with text and limit on mysql/mysql2. Fix GH #3931.

activeresource/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.1.6 (unreleased)
1+
## Rails 3.1.6 (Jun 12, 2012)
22

33
* No changes.
44

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.1.6 (unreleased)
1+
## Rails 3.1.6 (Jun 12, 2012)
22

33
* No changes.
44

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.1.6 (unreleased)
1+
## Rails 3.1.6 (Jun 12, 2012)
22

33
* No changes.
44

0 commit comments

Comments
 (0)