Class::MOP::Method->execute
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 8a10105..efd899f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
 Revision history for Perl extension Class-MOP.
 
+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
+        Class to Module so that Moose roles can share
+        the code (Sartak)
+
 0.70_01 Mon, November 19, 2008
     * Class::MOP
       - Fixes for failures with blead (Florian Ragwitz)