X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=96478b417507f455a861053a216e46432ce6e1fc;hb=36fd7f073078f8f36277b467910ab68676361edf;hp=36e413be5f745fd41485c7893814508ca75e5db1;hpb=b8d22f139c770e2d3fbe0bfab34f4cbda44afb08;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 36e413b..96478b4 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,17 @@ Revision history for DBIx::Class * Fixes + - Unaliased "dark" selectors no longer throw off prefetch + - 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