From: Graham Knop Date: Thu, 11 Jul 2013 09:50:44 +0000 (-0400) Subject: changelog mutual requires fix X-Git-Tag: v1.003000~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92f0702e452af6b823a40c4ff19f747698112c5d;p=gitmo%2FMoo.git changelog mutual requires fix --- diff --git a/Changes b/Changes index 2d1e9e3..6c3bf1f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ + - fix composing roles that require methods provided by the other (RT#82711) - document optional use of Class::XSAccessor with caveats - fix constructor generated when creating a class with create_class_with_roles when the superclass constructor hasn't been