X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Changes;h=dd3f772b463ae789e95dd4fce9683f56b9967262;hp=bf46b91261fc35eaabe45c3c177bc9b4d0efd7f0;hb=9dc8938b884bc17212e662c80e43750325287938;hpb=ac6bae45084484cdef44619daf60aa6b9eb2d02a diff --git a/Changes b/Changes index bf46b91..dd3f772 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Revision history for DBIx::Class::ResultSet::RecursiveUpdate {{ $NEXT }} + +0.23 2011-02-24 18:23:50 Europe/Vienna + - 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) - Fixed usage with moosified resultsets (RT#64773)