X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3b96d527064011f8116c21e5cc69dfd9c6f7e011;hb=04c82717e19c8f12f2e15351bb36212a4386a52c;hp=b589fc185b9b05461531d871a0a5e784be070973;hpb=078250e30b2cbd1ea3946c7506a55505602279c1;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index b589fc1..3b96d52 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +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 0.091000 - 2012-04-27