Changeset 8662
- Timestamp:
- 01/18/08 07:31:51 (4 months ago)
- Files:
-
- trunk/activerecord/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r8653 r8662 1 1 *SVN* 2 3 * Organize and clean up the Active Record test suite. #10742 [John Barnette] 2 4 3 5 * Ensure that modifying has_and_belongs_to_many actions clear the query cache. Closes #10840 [john.andrews]