aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-10-19 02:25:09 +0000
committerMichael Koziarski <michael@koziarski.com>2007-10-19 02:25:09 +0000
commit637c685a42c8dc54b198b985ae55b75380e7f114 (patch)
tree0366e583005b37fdef4605cfc0bd5462cd1a6f5f /activerecord/CHANGELOG
parent6ddde027c4e51262e58f67438672d66a2b278f43 (diff)
downloadrails-637c685a42c8dc54b198b985ae55b75380e7f114.tar.gz
rails-637c685a42c8dc54b198b985ae55b75380e7f114.tar.bz2
rails-637c685a42c8dc54b198b985ae55b75380e7f114.zip
Forgotten changelog entry
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7974 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index c2186022ec..4b962e43a8 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+* Complete the assimilation of Sexy Migrations from ErrFree [Chris Wanstrath, PJ Hyett]
+ http://errtheblog.com/post/2381
+
* Qualified column names work in hash conditions, like :conditions => { 'comments.created_at' => ... }. #9733 [danger]
* Fix regression where the association would not construct new finder SQL on save causing bogus queries for "WHERE owner_id = NULL" even after owner was saved. #8713 [Bryan Helmkamp]