From: David Kamholz <dkamholz@cpan.org>
Date: Tue, 4 Jul 2006 20:15:23 +0000 (+0000)
Subject: update Changes
X-Git-Tag: v0.07002~75^2~60
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c146619123046e6f46f1e231561ee000103cd4a2;p=dbsrgits%2FDBIx-Class.git

update Changes
---

diff --git a/Changes b/Changes
index b9d9cfd..fa54e00 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for DBIx::Class
 
+        - fix issue with incorrect $rs->{attrs}{$alias}
+        - fix subclassing issue with source_name
         - tweak quotes test to output text on failure
         - fix Schema->txn_do to not fail as a classmethod