From: Graham Knop Date: Thu, 11 Jul 2013 16:59:55 +0000 (-0400) Subject: changelog mutual requires fix X-Git-Tag: v1.003000~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac6cd25d4133ce680d2d669a845c14da398d00fb;hp=04d32ee770ad9cf36b2ec43a0fe5dbed8729b4da;p=gitmo%2FRole-Tiny.git changelog mutual requires fix --- diff --git a/Changes b/Changes index 530e0c5..2de1958 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ + - allow composing roles simultaneously that require methods provided by the + other (RT#82711) - Fix _concrete_methods_of returning non-CODE entries - fix broken implementation of method conflict resolution (Perlmonks#1041015)