X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=13bcfa4cb4f9d96c8f87503b7f000f10bd184d2b;hb=8ef144fff4b1efed17257ac84c9e455adbd2fcbe;hp=c95b8dfb5012caa04f2c2a6cc2999659e501b00f;hpb=289ba852733fc488dc43cd474f47780f7fa1771e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index c95b8df..13bcfa4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for DBIx::Class + - 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