X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ba1c4aaa0fd86b7d6ef7523e04ed9f5a9c510daa;hb=d0289ee13bb30b44fbdc541cc796174c40929bc4;hp=954675273b20f7228b46516a11ba0a5af5373ef8;hpb=90a5b0237843707bba83646e8d14f6bf4b782ba5;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 9546752..ba1c4aa 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ Revision history for DBIx::Class insulated from changes in control flow, as the handlers are only invoked when an error is leaving the DBIC internals to be handled by the caller (n.b. https://github.com/PerlDancer/Dancer2/issues/1125) + (also fixes the previously rejected RT#63874) - $result->related_resultset() no longer passes extra arguments to an underlying search_rs(), as by design these arguments would be used only on the first call to ->related_resultset(), and ignored