aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG10
1 files changed, 1 insertions, 9 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index da4bd4f1cb..8ebc87145c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -103,13 +103,7 @@ IrreversibleMigration exception will be raised when going down.
[Aaron Patterson]
-
-*Rails 3.0.3 (November 16, 2010)*
-
-* Support find by class like this: Post.where(:name => Post)
-
-
-*Rails 3.0.2 (November 15, 2010)*
+*Rails 3.0.2 (unreleased)*
* reorder is deprecated in favor of except(:order).order(...) [Santiago Pastorino]
@@ -138,12 +132,10 @@ IrreversibleMigration exception will be raised when going down.
[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]