aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorKevin Moore <kevin@thinkpixellab.com>2010-11-19 13:46:57 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2011-01-09 16:07:25 -0800
commit3e2465521bdcbae978b445987af9b5fc68c43a3d (patch)
tree6db217b20df772397f5a2b7b42f5d4ed4943b6c2 /activerecord
parent5106ce88e44286b88e5c2e2c261deb7e28392994 (diff)
downloadrails-3e2465521bdcbae978b445987af9b5fc68c43a3d.tar.gz
rails-3e2465521bdcbae978b445987af9b5fc68c43a3d.tar.bz2
rails-3e2465521bdcbae978b445987af9b5fc68c43a3d.zip
Aligning master changelog w/ 3-0-stable
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG10
1 files changed, 9 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 8ebc87145c..aa447ce992 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -103,7 +103,15 @@ IrreversibleMigration exception will be raised when going down.
[Aaron Patterson]
-*Rails 3.0.2 (unreleased)*
+
+*Rails 3.0.3 (November 16, 2010)*
+
+* Support find by class like this: Post.where(:name => Post)
+
+
+*Rails 3.0.2 (November 15, 2010)*
+
+* Dramatic speed increase (see: http://engineering.attinteractive.com/2010/10/arel-two-point-ohhhhh-yaaaaaa/) [Aaron Patterson]
* reorder is deprecated in favor of except(:order).order(...) [Santiago Pastorino]