X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b7b9d0fb2ce3f7b3eb3c78b3ab840137c1a7fcc2;hb=54e4be9216e440bd0bd91050c36115d2911fd8a0;hp=be07d01e00522f557ed30efb8531751058efa5d5;hpb=a07ae2aaf50887b2e84dd391fae1558d01c39f15;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index be07d01..b7b9d0f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for DBIx::Class +0.08209 2013-03-01 12:56 (UTC) + * New Features / Changes + - Debugging aid - warn on invalid result objects created by what + seems like an invalid inheritance hierarchy + + * Fixes + - Fix another embarrassing regression preventing correct refining of + the search criteria on a prefetched relation (broken in 0.08205) + - Fix incorrect callsite reporting by DBIC::Carp + +0.08208 2013-02-20 09:56 (UTC) * New Features / Changes - A bunch of nonsensically named arguments to the SQL::Translator parser have been marked as deprecated (while still fully @@ -9,6 +20,8 @@ Revision history for DBIx::Class - Fix duplicated selected columns when calling 'count' when a same aggregate function is used more than once in a 'having' clause (RT#83305) + - Prevent SQL::Translator::Producer::YAML from seeing the $dbh + in a potentially connected $schema instance (RT#75394) * Misc - Fixup our distbuilding process to stop creating world-writable