updating changelogs

This commit is contained in:
Aaron Patterson
2012-06-12 14:02:40 -07:00
parent ee4209a31e
commit 8381d398ce
7 changed files with 11 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
## Rails 3.2.6 (unreleased)
## Rails 3.2.6 (Jun 12, 2012)
* No changes.

View File

@@ -1,7 +1,9 @@
## Rails 3.2.6 (unreleased) ##
## Rails 3.2.6 (Jun 12, 2012) ##
* nil is removed from array parameter values
CVE-2012-2694
* Deprecate `:confirm` in favor of `':data => { :confirm => "Text" }'` option for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and `submit_tag` helpers.
*Carlos Galdino*

View File

@@ -1,4 +1,4 @@
## Rails 3.2.6 (unreleased)
## Rails 3.2.6 (Jun 12, 2012)
* No changes.

View File

@@ -1,9 +1,11 @@
## Rails 3.2.6 (unreleased) ##
## Rails 3.2.6 (Jun 12, 2012) ##
* protect against the nesting of hashes changing the
table context in the next call to build_from_hash. This fix
covers this case as well.
CVE-2012-2695
* Revert earlier 'perf fix' (see 3.2.4 changelog / GH #6289). This
change introduced a regression (GH #6609). assoc.clear and
assoc.delete_all have loaded the association before doing the delete

View File

@@ -1,4 +1,4 @@
## Rails 3.2.6 (unreleased)
## Rails 3.2.6 (Jun 12, 2012)
* No changes.

View File

@@ -1,4 +1,4 @@
## Rails 3.2.6 (unreleased)
## Rails 3.2.6 (Jun 12, 2012)
* No changes.

View File

@@ -1,4 +1,4 @@
## Rails 3.2.6 (unreleased)
## Rails 3.2.6 (Jun 12, 2012)
* No changes.