X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ac61b358e9cbdf71690d18c97a010a11a2ddec95;hb=534521dac62f6ab58e83a42d4e8e3cb586db464b;hp=ed95a74babaffa9f3b926b673333e757cab7c7a9;hpb=a4f3b65c5eeb1c1fbe41128dc97b88e1b7f506e5;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index ed95a74..ac61b35 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,10 @@ Revision history for DBIx::Class ->req_list_for([qw( rdbms_oracle icdt )]) bringing in the Oracle specific DateTime::Format dependencies + * Fixes + - Ensure failing on_connect* / on_disconnect* are dealt with properly, + notably on_connect* failures now properly abort the entire connect + * Misc - Skip tests in a way more intelligent and speedy manner when optional dependencies are missing