X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=671357f9252147f36858f4223ece4ac211a1b57f;hb=377fd47097bc8953ffd702b719155f7f1f1559b1;hp=83fb3c29c5a59b5f05a9ec48e0c98b8b1669e7e0;hpb=95f919704c988799ad0eca0b012fcc2a75ee69b6;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/Changes b/Changes index 83fb3c2..671357f 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,9 @@ Revision history for MooseX-UndefTolerant * 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)