From: Dave Rolsky Date: Fri, 30 Dec 2011 20:45:36 +0000 (-0600) Subject: Add bug fix description to changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc64a296786c4b6ba4f8b296ddd2590b84725b6d;p=gitmo%2FMoose.git Add bug fix description to changes --- diff --git a/Changes b/Changes index 0397a08..5776902 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,14 @@ for, noteworthy changes. {{$NEXT}} + [BUG FIXES] + + * When RoleA consumes RoleB and both roles define the same method, it is now + possible to supress the method conflict error by excluding the conflicting + method when RoleA is consumed by a class. The error message from a + conflict always said that you could do this, but it didn't actually + work. (Dave Rolsky). + 2.0401 Thu, Nov 17, 2011 [BUG FIXES]