diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index af436232f2..6847755e6e 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix has_many :through delete with custom foreign keys. #6466 [naffis] + * Foxy fixtures, from rathole (http://svn.geeksomnia.com/rathole/trunk/README) - stable, autogenerated IDs - specify associations (belongs_to, has_one, has_many) by label, not ID |