From: Matt S Trout Date: Sat, 28 Jan 2006 19:32:51 +0000 (+0000) Subject: Updated Changes X-Git-Tag: v0.05005~80 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=00018e9db0da61e19450309a3c8fff451bb26332 Updated Changes --- diff --git a/Changes b/Changes index 13bcfa4..67c2250 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for DBIx::Class + - count will now work for grouped resultsets + - added accessor => option to column_info to specify accessor name - added $schema->populate to load test data (similar to AR fixtures) - removed cdbi-t dependencies, only run tests if installed - Removed DBIx::Class::Exception