From: Jess Robinson Date: Thu, 17 Aug 2006 18:59:09 +0000 (+0000) Subject: Added recent Changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9dba30598b58484ff4f626edb1d672dd862efd26;p=dbsrgits%2FDBIx-Class-Historic.git Added recent Changes --- diff --git a/Changes b/Changes index 4f1924b..552180f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ Revision history for DBIx::Class 0.07001 + - add directory argument to deploy() + - support default aliases in many_to_many accessors. + - support for relationship attributes in many_to_many accessors. + - stop search_rs being destructive to attrs + - better error reporting when loading components + - UTF8Columns changed to use "utf8" instead of "Encode" - restore automatic aliasing in ResultSet::find() on nonunique queries - allow aliases in ResultSet::find() queries (in cases of relationships with prefetch)