X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=eaee66ed9b9fa3528ff643c0c10577f56e07b4b8;hb=0542ec57a03300b96f3680c02d4a3290c8922255;hp=2870ce94744bd1acd0a4e9fa03e06274cd15b0d6;hpb=00336453444021a6422e05539ff4fc86c703a6b6;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 2870ce9..eaee66e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ 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 - New method ResultSource columns_info method, returning multiple pairs of column name/info at once @@ -55,6 +68,8 @@ Revision history for DBIx::Class - Fix incorrect 'having' attribute documentation (RT#64129) - Improve fallback-to-master/return-to-slave reporting in ::Replicated::Balancer + - Adjust txn_scope_guard code/tests to changes in $@ handling on + recent blead (RT#64251) * Misc - Add extra option groups to DBIC::Optional::Depencencies, to aid