From: Jesse Luehrs Date: Thu, 21 Jun 2012 02:48:26 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0800~43 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15bffdec985e2f5dfcd597a00bdc8f122d83fb53;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index fb1ff41..9ab4b01 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,9 @@ for, noteworthy changes. * The super() subroutine now carps if you pass it arguments. These arguments are always ignored, but we used to ignore them silently. RT #77383. + * Roles can now override methods from other roles they consume directly, + without needing to manually exclude them (just like classes can). (mst) + [BUG FIXES] * Fix false positive when checking for circular references for modules that