diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-12-22 21:34:17 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-12-23 10:59:28 -0800 |
commit | 784a38698467dbc576e2c33319ef25c39d0bd104 (patch) | |
tree | 967b2d1d35875fd87c93d630174e5369e8364824 | |
parent | acc2aa4c60ea8ebbe8c1a8db17ff52493943867c (diff) | |
download | rails-784a38698467dbc576e2c33319ef25c39d0bd104.tar.gz rails-784a38698467dbc576e2c33319ef25c39d0bd104.tar.bz2 rails-784a38698467dbc576e2c33319ef25c39d0bd104.zip |
updating the changelog for the CVE
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 5757b48f99..91df89ad9a 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +## Rails 3.2.10 ## + +* CVE-2012-5664 options hashes should never be the first parameter. + ## Rails 3.2.9 (Nov 12, 2012) ## * Fix issue with collection associations calling first(n)/last(n) and attempting |