aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 717cd8364d..004941566c 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Fix minor doc typos. Closes #7157 [Josh Susser]