X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=19421b532d2ba3e14b21561f18c13c111eb5a4d5;hb=212cc5c25c31b2ec3ff4b4e20283321617db79e6;hp=62a95b2561a9883d0c7f39f09aa7d0a8110e45ab;hpb=8de9298cd21c79c16337af2ee1adf61f906b803e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 62a95b2..19421b5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx::Class + - Added call to Pod::Inherit in Makefile.PL - + currently at author-time only, so we need to add the produced + .pod files to the MANIFEST + +0.08108 2009-07-05 23:15:00 (UTC) - Fixed the has_many prefetch with limit/group deficiency - it is now possible to select "top 5 commenters" while prefetching all their comments @@ -21,7 +26,7 @@ Revision history for DBIx::Class - Fixed set_$rel with where restriction deleting rows outside the restriction - populate() returns the created objects or an arrayref of the - create dobjects depending on scalar vs. list context + created objects depending on scalar vs. list context - Fixed find_related on 'single' relationships - the former implementation would overspecify the WHERE condition, reporting no related objects when there in fact is one