X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Changes;h=3e0148c7c2f350b5857f29f10a8c1049091c1f6a;hp=b6afc0c4ad416ffda3720dc8a671399872da1750;hb=25f3140df07856bb1e2b05a2a3bf9322d8e80371;hpb=1256bfdf7d47490da4d6521b1895f0f9d362a461;ds=sidebyside diff --git a/Changes b/Changes index b6afc0c..3e0148c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for DBIx::Class::ResultSet::RecursiveUpdate {{ $NEXT }} + - Fixed moosified-rs.t failures by making the test skip if not all + dependencies are met. Requiring Moose for a compatability test would + have been overkill. (thanks CPANTesters & RT#65959) 0.22 2011-02-09 19:06:34 Europe/Vienna - Fixed updating of nullable has_many rels (RT#65561)