X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=edfbff91537f16e6eeeccd29e58e0000c6306b6b;hb=a3f8bd014894e2b48c0a8bb12d07e0524c6b9a35;hp=3e703e83d37c0eae41da64c86e51a320baec2d88;hpb=2fdeef656102aed6c01b6af14d0f14ef06673fb3;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index 3e703e8..edfbff9 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,22 @@ Revision history for DBIx::Class * Fixes - Fix incorrect collapsing-parser source being generated in the presence of unicode data among the collapse-points + - Fix endless loop on BareSourcelessResultClass->throw_exception(...) + - Fix hang in t/72pg.t when run against DBD::Pg 3.5.0. The ping() + implementation changes due to RT#100648 made an alarm() based + timeout lock-prone. + + * Misc + - Skip tests in a way more intelligent and speedy manner when optional + dependencies are missing + - Make the Optional::Dependencies error messages cpanm-friendly + - Incompatibly change values (not keys) of the hash returned by + Optional::Dependencies::req_group_list (no known users in the wild) + - Depend on newer SQL::Abstract (fixing overly-aggressive parenthesis + opener: RT#99503) + - Depend on newer Moo, fixing some interoperability issues: + http://lists.scsys.co.uk/pipermail/dbix-class/2014-October/011787.html + - Fix intermittent failures in the LeakTracer on 5.18+ 0.082801 2014-10-05 23:55 (UTC) * Known Issues