diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index dc9bb28862..1f39b823c8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,4 +1,6 @@ -*SVN* +*SVN* + +* Simplified .clear on active record associations by using the existing delete_records method. #1906 [Caleb <me@cpb.ca>] * Delegate access to a customized primary key to the conventional id method. #2444. [Blair Zajac <blair@orcaware.com>] |