From: Peter Rabbitson Date: Sat, 4 Jul 2009 10:11:18 +0000 (+0000) Subject: typo X-Git-Tag: v0.08108~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=115a7c3b6b2ced29def65927cf303bb28a8f3092;hp=c70c716e091a7f4a0b9e4fc8dbbdc3d4b1841780 typo --- diff --git a/Changes b/Changes index 62a95b2..8dc0517 100644 --- a/Changes +++ b/Changes @@ -21,7 +21,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