1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update changelog

This commit is contained in:
Rafael Mendonça França 2012-08-05 20:33:26 -03:00
parent 5ca11fefce
commit e7e86566cc

View file

@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
* Make sure `:environment` task is executed before `db:schema:load` or `db:structure:load`
Fixes #4772.
*Seamus Abshere*
* Removed `:finder_sql` and `:counter_sql` collection association options. Please
use scopes instead.