X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=57ef42d324bd6687c64e66b7ffe24cc241ce15be;hb=8b48dcff12471f38b3c88e357ab62899fc5fb07c;hp=fc4708f140fbfb6e5b58508267ba31e1da3c8db8;hpb=85dbf303b433178f38b9e4410d237d645d04f1ba;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index fc4708f..57ef42d 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,20 @@ + - bump Devel::GlobalDestruction dependency to fix warning on cleanup + when run under -c (RT#78617) + - document Moose type constraint creation for roles and classes + (actually fixed in 1.001000) + +1.001000 - 2013-03-16 + - add support for FOREIGNBUILDARGS when inheriting from non-Moo classes + - has will refuse to overwrite locally defined subs with generated + accessors. + - added more meta resources and added more support relevant links into + the POD documentation - clarify in docs that default and built values won't call triggers (RT#82310) - expand is => 'lazy' doc to make it clear that you can make rw lazy attributes if you really want to - handles => "RoleName" tries to load the module + - fix delegation to false/undef attributes (RT#83361) 1.000008 - 2013-02-06 - Re-export on 'use Moo' after 'no Moo'