X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=57ef42d324bd6687c64e66b7ffe24cc241ce15be;hb=f9428f9c6a4bace160f1886150c080c0ebe24752;hp=25e8ba0e08f75a32710ad4030fc51edf5bf57610;hpb=072d158f9aa281b39c25641923f19c896cac2d80;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index 25e8ba0..57ef42d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ + - 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