From b1257d96b7b2482fc7811e5dc12d71c9fa091d10 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 1 Sep 2006 05:31:56 +0000 Subject: has_many :through conditions are sanitized by the associating class. Closes #5971. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4893 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 89b06c6df8..da7232902c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* has_many :through conditions are sanitized by the associating class. #5971 [martin.emde@gmail.com] + * Tighten rescue clauses. #5985 [james@grayproductions.net] * Fix spurious newlines and spaces in AR::Base#to_xml output [Jamis Buck] -- cgit v1.2.3