From 97849debf33123387d33ba11fa5cf776873a5e94 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 23 Jan 2005 15:19:33 +0000 Subject: Fixed that association proxies would fail === tests like PremiumSubscription === @account.subscription git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@476 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 e006a34edc..65174cb1b8 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that association proxies would fail === tests like PremiumSubscription === @account.subscription + * Fixed that column aliases didn't work as expected with the new MySql411 driver #507 [Demetrius] * Fixed that find_all would produce invalid sql when called sequentialy #490 [Scott Baron] -- cgit v1.2.3