Aligning master changelog w/ 3-0-stable

This commit is contained in:
Kevin Moore
2010-11-19 13:46:57 -08:00
committed by Jeremy Kemper
parent 5106ce88e4
commit 3e2465521b

View File

@@ -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]