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 004941566c..151e219d0b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add missing tests ensuring callbacks work with class inheritance. Closes #7339 [sandofsky] + * Fixtures use the table name and connection from set_fixture_class. #7330 [Anthony Eden] * Remove useless code in #attribute_present? since 0 != blank?. Closes #7249 [Josh Susser] |