X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a808b1fb8deedc9c7745adf38ead3c0e65925b30;hb=43d10c9889a13f18390a91a783f0a13ab90305a5;hp=9d03176897ff246697f093d878ec8278ba498259;hpb=ce855fffdd5cf13e9fd29ad9883ab7cbb9a7b22a;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 9d03176..a808b1f 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,12 @@ Revision history for DBIx::Class +0.08194 2011-07-20 16:10 (UTC) * Fixes - - Fix spurious test failures caused by use of Data::Compare - Fix $rs->populate([]) to be a no-op rather than an exception + - Overhaul t/53lean_startup.t to better dodge false positives + - Stop Data::Compare from loading random plugins + - Oracle: Recalculate LOB bind indices for UPDATE with LOBs in WHERE + (RT#69548) 0.08193 2011-07-14 17:00 (UTC) * New Features / Changes