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 156f55e94e..a4130b8a5f 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't call unsupported methods on associated objects when using :include, :method with to_xml #7307, [manfred, jwilger] + * Define collection singular ids method for has_many :through associations. #8763 [lifofifo] * Array attribute conditions work with proxied association collections. #8318 [kamal, theamazingrando] |