X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=fb1ff4171af9d75e2f301b6483d5b631c58faf6e;hb=7d24db9289ff608fb713ac0e699422a4e36f4d42;hp=5458ece3e708b947f67d3f689f1f16345a0c8b00;hpb=675c32a995636d6c68564ae5eb255973f948f46a;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 5458ece..fb1ff41 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,11 @@ for, noteworthy changes. {{$NEXT}} + [ENHANCEMENTS] + + * The super() subroutine now carps if you pass it arguments. These arguments + are always ignored, but we used to ignore them silently. RT #77383. + [BUG FIXES] * Fix false positive when checking for circular references for modules that