Skip to content

Commit 8381d39

Browse files
committed
updating changelogs
1 parent ee4209a commit 8381d39

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.2.6 (unreleased)
1+
## Rails 3.2.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.2.6 (unreleased) ##
1+
## Rails 3.2.6 (Jun 12, 2012) ##
22

33
* nil is removed from array parameter values
44

5+
CVE-2012-2694
6+
57
* Deprecate `:confirm` in favor of `':data => { :confirm => "Text" }'` option for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and `submit_tag` helpers.
68

79
*Carlos Galdino*

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.6 (unreleased)
1+
## Rails 3.2.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.2.6 (unreleased) ##
1+
## Rails 3.2.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
* Revert earlier 'perf fix' (see 3.2.4 changelog / GH #6289). This
810
change introduced a regression (GH #6609). assoc.clear and
911
assoc.delete_all have loaded the association before doing the delete

activeresource/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 3.2.6 (unreleased)
1+
## Rails 3.2.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.2.6 (unreleased)
1+
## Rails 3.2.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.2.6 (unreleased)
1+
## Rails 3.2.6 (Jun 12, 2012)
22

33
* No changes.
44

0 commit comments

Comments
 (0)