X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2abdb6eff6317a060d3e712bd4eab367e2800a85;hb=9e36e3eca459d22d7c768f945c891eacbc4349c0;hp=c73756951d9c0e6513192993a6e460c454eb39d2;hpb=534aff612dee17fe18831e445d464d942c27c172;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index c737569..2abdb6e 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,9 @@ Revision history for DBIx::Class the maintainer believe this is safe, but this is a very complex area and reality may turn out to be different. If **ANYHTING** at all seems out of place, please file a report at once + - The unique constraint info (including the primary key columns) is no + longer shared between related (class and schema-level) ResultSource + instances - Neither exception_action() nor $SIG{__DIE__} handlers are invoked on recoverable errors. This ensures that the retry logic is fully insulated from changes in control flow, as the handlers are only