X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=05ac1b0f1afd021802bb83ffd4f71f9aad0203c1;hb=c23184fc39306590f9e481d76c199020a638bb28;hp=29b80e4c5c5706e4a2189b6174584ea4d14c0e54;hpb=0870928ccddd05a0b9c5c057167ebc77972d5352;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index 29b80e4..05ac1b0 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,42 @@ Revision history for Perl extension Class-MOP. -0.36 +0.37 + * Class::MOP::Attribute + - default now checks the instance with defined to + avoid setting off bool-overloads (found by Carl Franks) + +0.37_002 + * /t + - bad name in a test, causing meaningless failuress. + No other changes. + +0.37_001 + + ~~ GLOBAL CHANGES ~~ + - All attribute names are now consistent and follow Perl 6 + style (prefixed with the sigil, and ! as the twigil for + private attrs). This should not affect any code, unless + you broke encapsulation, in which case, it is your problem + anyway. + + !! Class::MOP::Class::Immutable has been removed + + * Class::MOP::Method::Constructor + - this has been moved out of Class::MOP::Class::Immutable + and is a proper subclass of Class::MOP::Method now. + + * Class::MOP::Class + - this module now uses Class::MOP::Immutable for the + immutable transformation instead of + Class::MOP::Class::Immutable. + + + Class::MOP::Immutable + - this module now controls the transformation from a mutable + to an immutable version of the class. Docs for this will + be coming eventually. + + +0.36 Sun. Nov. 5, 2006 * Class::MOP::Class - added a few 'no warnings' lines to keep annoying (and meaningless) warnings from chirping during