X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6a9afbb27baffab16f2d72d06826930d1ad7d4ed;hb=c9e77dbb017258dc44295fc4ec8e0bdd99ec9361;hp=bae52de1f9b757eea580b0a4f7d5222816d26efe;hpb=677eb1584b6e27c6079daed35110cb4192153db4;p=gitmo%2FClass-MOP.git diff --git a/Changes b/Changes index bae52de..6a9afbb 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,11 @@ Revision history for Perl extension Class-MOP. * Class::MOP::Class - fixing minor meta-circularity issue with &meta, it is now more useful for subclasses + - &compute_all_applicable_attributes now just returns + the attribute meta-object, rather than the HASH ref + since all the same info can be gotten from the + attribute meta-object itself + - updated docs & tests to reflect * examples/ - adjusting code to use the &Class::MOP::Class::meta