aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-10-18 12:24:41 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-10-18 12:24:41 -0200
commit460c4efd711cc1fbcd87b4779fc682c149af36e9 (patch)
treefc190bca27e46aab92ea08fd00db4d0e79238c6f /activerecord/CHANGELOG
parent31ac1db59600e00eeb098e29b43c073f239e2a1d (diff)
downloadrails-460c4efd711cc1fbcd87b4779fc682c149af36e9.tar.gz
rails-460c4efd711cc1fbcd87b4779fc682c149af36e9.tar.bz2
rails-460c4efd711cc1fbcd87b4779fc682c149af36e9.zip
Merge CHANGELOGs from 3-0-stable
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 8f283e1117..75657cb6ee 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -15,6 +15,10 @@
[Aaron Patterson]
+*Rails 3.0.1 (October 15, 2010)*
+
+* Introduce a fix for CVE-2010-3993
+
*Rails 3.0.0 (August 29, 2010)*
* Changed update_attribute to not run callbacks and update the record directly in the database [Neeraj Singh]