X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=909894ccb2b68bd541d00b4c4cd43edaaf20e5fa;hb=b81538923ed58b0d688ef6f4038389196fe123e6;hp=ccc34c18e2c21cb55da30645ee99f4c793a0fb39;hpb=62b92f892d842c950ff12b4be663a448802e5b84;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index ccc34c1..909894c 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,12 @@ Revision history for DBIx::Class ->req_list_for([qw( rdbms_oracle ic_dt )]) 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 + - Fix corner case of stringify-only overloaded objects being used in + create()/populate() + * Misc - Skip tests in a way more intelligent and speedy manner when optional dependencies are missing