From: Dave Rolsky Date: Sat, 24 Jul 2010 19:24:11 +0000 (-0500) Subject: Rephase +foo legality change X-Git-Tag: 1.09~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c329e3339cec40bf22b79a29cc636d6358be0da6;p=gitmo%2FMoose.git Rephase +foo legality change --- diff --git a/Changes b/Changes index 5a033b5..0e9a51b 100644 --- a/Changes +++ b/Changes @@ -7,8 +7,10 @@ for, noteworthy changes. constraint has a coercion defined. If it doesn't, an error will be thrown when the attribute is defined. (Dave Rolsky) - * has '+foo' now has a blacklist rather than a whitelist for options which - can be legally inherited (doy, Tuomas Jormola). + * Previously, '+foo' only allowed a specific set of options to be + overridden, which made it impossible to change attribute options related + to extensions. Now we blacklist some options, and anything else is + allowed. (doy, Tuomas Jormola) * Removed the long-deprecated Moose::Meta::Role->alias_method metohd. (Dave Rolsky).