changelog
Jesse Luehrs [Sat, 17 Sep 2011 18:32:50 +0000 (13:32 -0500)]
Changes

diff --git a/Changes b/Changes
index 5069373..b7061ba 100644 (file)
--- a/Changes
+++ b/Changes
@@ -43,6 +43,14 @@ for, noteworthy changes.
     composition now mentions how to work around imported methods not being
     recognized. Reported by Michael Schwern. Fixes RT 60583. (doy)
 
+  * class_type and role_type will now throw errors if you attempt to use them
+    to override existing types, just like type and subtype have always done.
+    (doy)
+
+  * Implicitly creating class or role types by using them as the 'isa' or
+    'does' parameter to attribute construction will now register the type. This
+    means that it cannot later be redefined as something else. (doy)
+
   [OTHER]
 
   * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are