actually, why not make the meta method renameable
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index f9d7223..37a0689 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,7 +5,8 @@ NEXT
   [ENHANCEMENTS]
 
   * It's now possible to tell Class::MOP::Class->create and the metaclass
-    pragma to not install a 'meta' method into classes they manipulate. (doy)
+    pragma to not install a 'meta' method into classes they manipulate,
+    or to install one under a different name. (doy)
 
   * Reinitializing a metaclass no longer removes the existing method and
     attribute objects (it instead fixes them so they are correct for the