Class::MOP::Method->execute
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 222ac54..efd899f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 Revision history for Perl extension Class-MOP.
 
-0.71
+0.72
+    * Class::MOP::Method
+      - Add an "execute" method to invoke the body so
+        we can avoid using the coderef overload (Sartak)
+
+0.71 Wed November 26, 2008
     * Class::MOP::Class
     * Class::MOP::Module
       - Actual package creation has moved upward from