X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=586e22c6542f449e0189af9d41ec6687ae819416;hb=c1441bf89e8d54e64c41a090487b2381a5b4e6ba;hp=f1c2e198eba70344e77d68888aa730d66f310156;hpb=86036fe3c7982d2ac07fc1377988d5b2ab43aa13;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index f1c2e19..586e22c 100644 --- a/Changes +++ b/Changes @@ -58,6 +58,10 @@ for, noteworthy changes. 'does' parameter to attribute construction will now register the type. This means that it cannot later be redefined as something else. (doy) + * $class_type->is_subtype_of no longer returns true if passed the name of the + class that the class type represents when the class type wasn't registered. + (doy) + [OTHER] * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are