Rephase +foo legality change
Dave Rolsky [Sat, 24 Jul 2010 19:24:11 +0000 (14:24 -0500)]
Changes

diff --git a/Changes b/Changes
index 5a033b5..0e9a51b 100644 (file)
--- 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).