X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=21968ef2e0e02a67231dd4ab3416047a298276f4;hb=d1cceec44d382359f1bc59d8ec786fce84ff0136;hp=c736374c3c2c5806761f62f3213249a25dbcd5f8;hpb=83419ec6ac275cc9f105de53c934121ec6504a22;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index c736374..21968ef 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for DBIx::Class -0.06002 +0.06003 + - fix for has_many prefetch with 0 related rows + - make limit error if rows => 0 + - added memory cycle tests and a long-needed weaken call + +0.06002 2006-04-20 00:42:41 + - fix set_from_related to accept undef + - fix to Dumper-induced hash iteration bug - fix to copy() with non-composed resultsource - fix to ->search without args to clone rs but maintain cache - grab $self->dbh once per function in Storage::DBI