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 9ea6ff93bc..cc0f1c924d 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make create! on a has_many :through association return the association object. Not the collection. Closes #8786 [lifofifo] + * Move from select * to select tablename.* to avoid clobbering IDs. Closes #8889 [dasil003] * Don't call unsupported methods on associated objects when using :include, :method with to_xml #7307, [manfred, jwilger] |