From b55fc9e85aa79ca4c9ad1aef74b5d1a87aab87bb Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Tue, 28 Mar 2006 01:48:59 +0000 Subject: Replace 'rescue Object' with a finer grained rescue. Closes #4431 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4076 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 f90ba96bd1..fd84c1052b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Replace 'rescue Object' with a finer grained rescue. Closes #4431. [Nicholas Seckar] + * Fixed eager loading so that an aliased table cannot clash with a has_and_belongs_to_many join table [Rick] * Add support for :include to with_scope [andrew@redlinesoftware.com] -- cgit v1.2.3