X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=223c3f591eb59827f437fc488bfd9252d8d42f3f;hb=167455a084389e2c70299e9e29f1ad249faa2c15;hp=89b4f59de7a48d6d0211baad1914115be9fbd848;hpb=53d6fe2c2df3ef3e2b31cfe73c9656cb8a58a4e7;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index 89b4f59..223c3f5 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ + - fix coderef naming to avoid confusing autoclean + +0.091002 - 2012-05-05 + - exclude union roles and same-role-as-self from metaclass inflation + - inhale Moose roles before checking for composition conflicts + - enable Moo::sification if only Moo::Role is loaded and not Moo + - preserve attribute ordering + - factor out accessor generation code a bit more to enable extension + 0.091001 - 2012-05-02 - bump Role::Tiny dependency to require de-strictures-ed version - fix test failure where Class::XSAccessor is not available