X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=d130aadd9e9baaeddcc50457ba4fef0e6b1b38bb;hp=2f6f95becb4f25e2223c8fe05ba54f6c26b00b8d;hb=f107730c1bc2e5dc08f2990639aaf779cea4605d;hpb=4e0a89e400d865458081bc5af9e0eedf349f60de diff --git a/Changes b/Changes index 2f6f95b..d130aad 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,13 @@ Revision history for DBIx::Class * New Features / Changes - Schema/resultsource instances are now crossreferenced via a new system guaranteeing leak-free mutually assuered destruction + - Switch to a warning when find() is invoked with both a 'key' + argument and a NULL-containing condition to satisfy the named + constraint. Previously (starting with 0.08124) an exception was + thrown + - Switch to a warning when a commit is attempted with an out-of-sync + transaction_depth (someone issued a begin externally to DBIC). + Previously (starting with 0.08124) an exception was thrown * Fixes - Revert default selection to being lazy again (eagerness introduced