diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-06-12 14:02:40 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-06-12 14:02:40 -0700 |
commit | 8381d398cedf3e95fb073b8110d80f636cff449c (patch) | |
tree | e0243f81ece3c37dcb071f68cadd55fbdeee6e2a /actionpack | |
parent | ee4209a31eff868aff8d2c2f836e703256c4038e (diff) | |
download | rails-8381d398cedf3e95fb073b8110d80f636cff449c.tar.gz rails-8381d398cedf3e95fb073b8110d80f636cff449c.tar.bz2 rails-8381d398cedf3e95fb073b8110d80f636cff449c.zip |
updating changelogs
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 81ad747684..4b483b200f 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -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* |