aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-05 20:33:26 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-08-05 20:33:26 -0300
commite7e86566ccc7bfb3fa0046961ef38f5431d55e35 (patch)
tree8b3ca111b38080ada68d905c0423e2b66f2063e0 /activerecord/CHANGELOG.md
parent5ca11fefce6d83f5db399aa4412f1f1a0d42b2e6 (diff)
downloadrails-e7e86566ccc7bfb3fa0046961ef38f5431d55e35.tar.gz
rails-e7e86566ccc7bfb3fa0046961ef38f5431d55e35.tar.bz2
rails-e7e86566ccc7bfb3fa0046961ef38f5431d55e35.zip
Update changelog
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 08aa3aae34..50407a2488 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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.