what is done for isa should be done for does, so it was written!
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index fbee72c..241d561 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,7 +20,7 @@ Revision history for Perl extension Moose
 
     * Moose::Meta::Attribute
       - inherited attributes may now be extended without 
-        restriction on the type ('isa') (Sartak)
+        restriction on the type ('isa', 'does') (Sartak)
         - added tests for this (Sartak)
       - when an attribute property is malformed (such as lazy without 
         a default), give the name of the attribute in the error