aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-01-02 00:20:59 +0100
committerXavier Noria <fxn@hashref.com>2011-01-02 00:20:59 +0100
commit99424eb0996d41eaccb1b140cc30820fb5779fef (patch)
tree52a39eaa4286b9b19e5fb077a7c61db4c617f7cf /activerecord/CHANGELOG
parent231e6b7e66596199474853a8a490d92a54be0909 (diff)
downloadrails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.gz
rails-99424eb0996d41eaccb1b140cc30820fb5779fef.tar.bz2
rails-99424eb0996d41eaccb1b140cc30820fb5779fef.zip
Revert "Update CHANGELOGs to include 3.0.3 changes"
Reason: Sorry, CHANGELOGs can only be edited in master. If you provide a patch I'll apply it myself. Thanks! This reverts commit 1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.
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]