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 c3ee4d5ff3..07fc2c5a89 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Update tests' use of fixtures for the new collections api. #8726 [kamal] + * Save associated records only if the association is already loaded. #8713 [blaine] * MySQL: fix show_variable. #8448 [matt, Jeremy Kemper] |