X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Changes;h=b6afc0c4ad416ffda3720dc8a671399872da1750;hp=a543d471f6e2eb838c3fbbd73a9a9f21a9541d2b;hb=61a1e916e2ebcbd866939f64ec807a9be13c4452;hpb=c8d9a705352caa70607ccf2d9ffe187f8f0e4dab diff --git a/Changes b/Changes index a543d47..b6afc0c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for DBIx::Class::ResultSet::RecursiveUpdate {{ $NEXT }} +0.22 2011-02-09 19:06:34 Europe/Vienna + - Fixed updating of nullable has_many rels (RT#65561) + - Fixed usage with moosified resultsets (RT#64773) + 0.21 2010-10-28 16:56:18 Europe/Vienna - Warn instead of throwing an exception if a key is neither a column, a relationship nor a many-to-many helper.