From: skaufman Date: Wed, 27 May 2015 14:45:22 +0000 (+0000) Subject: changelog X-Git-Tag: v1.001_031~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46f9b0e519aa9bc57d4e9c13a8effeb419f746fd;hp=5c295e0fd98d8eca877fadfcfa37940c00b65584;p=dbsrgits%2FDBIx-Class-Fixtures.git changelog --- diff --git a/Changes b/Changes index a1492d4..82cae22 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +1.001_030 2015-05-27 14:43:34+00:00 UTC (TRIAL RELEASE) + - Fix for an issue where when inserting data into a database, the tables were being sorted alphabetically, rather than in dependency order. ( TBSliver++ ) - use Test::TempDir::Tiny for better test parallelization and cleanup ( RsrchBoy++ )