X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d8b4f58f0c4892fb41d94f3040c9d8818de7a3c9;hb=475713afff0a6e0518e0a2a514aab3b2804b95b8;hp=9d03176897ff246697f093d878ec8278ba498259;hpb=ce855fffdd5cf13e9fd29ad9883ab7cbb9a7b22a;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 9d03176..d8b4f58 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,11 @@ Revision history for DBIx::Class * 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