X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=eaee66ed9b9fa3528ff643c0c10577f56e07b4b8;hb=0542ec57a03300b96f3680c02d4a3290c8922255;hp=18a67f9d2e69916e0ba2af10ff3372c887ad93f3;hpb=cc1924acbaee79d5ee250854e3439fab90aca75d;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 18a67f9..eaee66e 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,16 @@ Revision history for DBIx::Class * Fixes + - Fix proper composition of bind values across all possible + SQL areas ( group_by => \[ ... ] now works properly ) + +0.08126 2010-12-28 18:10 (UTC) + * Fixes - Bump forgotten Class::Accessor::Grouped core dependency - Promote forgotten Hash::Merge optdep to a hard requirement - Skip t/storage/error.t on smokers with leaking perls + - Fix t/storage/txn.t deadlocks on slower machines + - Do not run on smokers if a trial Package::Stash is found 0.08125 2010-12-27 04:30 (UTC) * New Features / Changes