From 49794485b6629a04d7efe324d7c91c0845dbdc2f Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Fri, 18 Jan 2008 01:55:11 +0000 Subject: Ensure that modifying has_and_belongs_to_many actions clear the query cache. Closes #10840 [john.andrews] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8653 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d3b5a38ec8..ed25689c51 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure that modifying has_and_belongs_to_many actions clear the query cache. Closes #10840 [john.andrews] + * Fix issue where Table#references doesn't pass a :null option to a *_type attribute for polymorphic associations. Closes #10753 [railsjitsu] * Fixtures: removed support for the ancient pre-YAML file format. #10736 [John Barnette] -- cgit v1.2.3