X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=5d0bd69f7f94fc794a801fdb1e13de74f84ff530;hp=5bd566cfe18a3e85d526327d4a98a0aa34e2c5e5;hb=8bb3f33907790bf19e86e7e10280636b6818c113;hpb=7edcdb8b8f5a6c5099fe6c37c4359974186f9e34 diff --git a/Changes b/Changes index 5bd566c..5d0bd69 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,11 @@ Revision history for DBIx::Class + + * Notable Changes and Deprecations + - $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 + afterwards. Instead an exception (detailing the fix) is thrown. + * New Features - DBIx::Class::Optional::Dependencies now properly understands combinations of requirements and does the right thing with e.g.