X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d6500b3f2ab98b9aba0b626df2ca3274c4b9ccc1;hb=02050e77ae9d754e33ca2d5391f5a6bbbe3e43b1;hp=2870ce94744bd1acd0a4e9fa03e06274cd15b0d6;hpb=00336453444021a6422e05539ff4fc86c703a6b6;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 2870ce9..d6500b3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for DBIx::Class + * 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 + +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 +62,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