X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=671357f9252147f36858f4223ece4ac211a1b57f;hb=72f76bd18a4e11dd3edd2b581cb6b0e0898bcc56;hp=94648d037561012874500cc845e1bdd751c7dcc3;hpb=42398dd1595f9648efe4920dfd66414460d3e680;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Changes b/Changes index 94648d0..671357f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for MooseX-UndefTolerant +0.13 + * unit test improvements - tighter TODO scopes, better diagnostics on + failure, Test::Moose for cleaner logic + * fix documentation referencing Moose changes that are still TBD + * undef attr values being stripped at construction time are now removed + from visibility of all attr initializations, not just the one being + updated at the time + * fixed case where an attribute on an immutable class was being stripped + of its undef value at construction time even if its type constraint + already can tolerate undef. + 0.12 2011-04-03 * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)