X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b1b040f8675285ca215528b9c33d884968671c74;hb=f895c500473b77db4ecf185ed21530b821a14ed4;hp=055c6f4821f7ae9ae3f7a2976d8f6b09cf079a42;hpb=a446d7f8fdc34bde8a31936f7900b77a0c210415;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 055c6f4..b1b040f 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,9 @@ Revision history for DBIx::Class returned from storage - Custom condition relationships are now invoked with a slightly different signature (existing coderefs will continue to work) + - Add extra custom condition coderef attribute 'foreign_resultobj' + to allow for proper reverse-relationship emulation + (i.e. $result->set_from_related($custom_cond, $foreign_resultobj) * Fixes - Fix Resultset delete/update affecting *THE ENTIRE TABLE* in cases