From: Jesse Luehrs Date: Sat, 17 Sep 2011 18:32:50 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0300~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b35df1fba05e5bc454be5caa8bfb05a8c0f4343;hp=340ad0aa9b79ddfcf90e5884d60cd46c1013c0fb;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 5069373..b7061ba 100644 --- a/Changes +++ b/Changes @@ -43,6 +43,14 @@ for, noteworthy changes. composition now mentions how to work around imported methods not being recognized. Reported by Michael Schwern. Fixes RT 60583. (doy) + * class_type and role_type will now throw errors if you attempt to use them + to override existing types, just like type and subtype have always done. + (doy) + + * Implicitly creating class or role types by using them as the 'isa' or + 'does' parameter to attribute construction will now register the type. This + means that it cannot later be redefined as something else. (doy) + [OTHER] * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are