X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ddea65305ef424f4580f468ec168f97c956d79a5;hb=fed15b9163bcb281a3a654643949a9cd1f9a3928;hp=97eef01d1c7f2bf3f489df0b365b39836631b845;hpb=61e5345d84813dc974f6afa94c9bc864cff9fbc1;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 97eef01..ddea653 100644 --- a/Changes +++ b/Changes @@ -66,6 +66,8 @@ Revision history for DBIx::Class a multi relationship ( x -> might_have y -> has_many z ) - Fix object-derived custom-relationship resultsets to resultsources with multilevel monikers (e.g. $schema->source('Foo::Bar') ) + - Fix incorrect signature of the default sqlt_deploy_hook - it now + matches the documentation of passing in the result source object * Misc - Rewire all warnings to a new Carp-like implementation internal