X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;fp=Changes;h=9ab4b0101c1fa4a9051b9c8886257c93379420c8;hb=15bffdec985e2f5dfcd597a00bdc8f122d83fb53;hp=fb1ff4171af9d75e2f301b6483d5b631c58faf6e;hpb=00bbc132f9e1cb2b1a44aa287887cafa27a84577;p=gitmo%2FMoose.git 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