X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d75401d012054ea39e53d26d1ab23243e7dc36cf;hb=06945431aa98e73e65734c9ff78943203a280b04;hp=d5d9508d373efc99e2371d08e25e379c7882b1c3;hpb=2f106a30ae4cd845a1560069a8bfc2aa06c64d8f;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index d5d9508..d75401d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ + - fix constructor generated when creating a class with + create_class_with_roles when the superclass constructor hasn't been + generated yet + - fix extending the constructor generator using Moo classes/roles - updated META files to list prerequisites in proper phases - $Method::Generate::Accessor::CurrentAttribute hashref contains information about attribute currently being processed (available