changelog
Jesse Luehrs [Thu, 23 Sep 2010 08:34:47 +0000 (03:34 -0500)]
Changes

diff --git a/Changes b/Changes
index 43df66c..f9d7223 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,9 @@ NEXT
     attribute objects (it instead fixes them so they are correct for the
     reinitialized metaclass). (doy)
 
+  * All 'meta' methods created by Class::MOP are now of the class
+    Class::MOP::Method::Meta. This is overridable at the metaclass layer. (doy)
+
   [OTHER]
 
   * Use get_or_add_package_symbol when we intend for it to autovivify, in