X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=91c525b52c03ba592ec2461f406dc1fda6062321;hb=3aac91f35f319b3bf6bad743d956f037ba857012;hp=8ca5192c32f1d61fdaca33a9d18e8932b6ea89a9;hpb=82c5f9168e30bc9dc7b681058298bb342582c5ec;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 8ca5192..91c525b 100644 --- a/Changes +++ b/Changes @@ -69,6 +69,8 @@ Revision history for DBIx::Class - Fix spurious warning on MSSQL cursor invalidation retries (RT#102166) - Fix incorrect ::Storage->_ping() behavior under Sybase (RT#114214) - Fix several corner cases with Many2Many over custom relationships + - Fix intermittent failure to infer the CASCADE attributes of relations + during deployment_statements()/deploy() - Fix corner cases of C3 composition being broken on OLD_MRO (5.8.x) only: https://github.com/frioux/DBIx-Class-Helpers/issues/61