X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=67c22500087292ff14785fcaa46fa2b38706ccd4;hb=00018e9db0da61e19450309a3c8fff451bb26332;hp=c95b8dfb5012caa04f2c2a6cc2999659e501b00f;hpb=289ba852733fc488dc43cd474f47780f7fa1771e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index c95b8df..67c2250 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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 - unified throw_exception stuff, using Carp::Clan