X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1c31f5984e5d83489b3d3b819edfcd7b321e1d53;hb=981402b80b3684c76e20952faf86406f47a2b8f0;hp=223c3f591eb59827f437fc488bfd9252d8d42f3f;hpb=167455a084389e2c70299e9e29f1ad249faa2c15;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index 223c3f5..1c31f59 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,28 @@ +0.091007 - 2012-05-17 + - remove stray reference to Devel::GlobalDestruction + +0.091006 - 2012-05-16 + - drop a couple of dependencies by minor releases we don't strictly need + +0.091005 - 2012-05-14 + - temporary switch to an inlined in_global_destruction to avoid needing + to fatpack Sub::Exporter for features we don't use + - re-order is documentation to give readonly styles more prominence + - a weakened value should still be returned on set (fixes lazy + weak_ref) + - add an explicit return to all exported subs so people don't accidentally + rely on the return value + +0.091004 - 2012-05-07 + - also inhale from Mouse + - clarify how isa and coerce interact + - support isa and coerce together for Moose + - guard _accessor_maker_for calls in Moo::Role in case Moo isn't loaded + - reset handlemoose state on mutation in case somebody reified the + metaclass too early + +0.091003 - 2012-05-06 + - improve attribute option documentation + - update the incompatibilities section since we're less incompatible now - fix coderef naming to avoid confusing autoclean 0.091002 - 2012-05-05