break out method generation into an _eval_closure method
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 2122bfe..b9fdc95 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Class-MOP.
 
-0.72
+0.71_01 Wed, December 3, 2008
     * Class::MOP::Method
       - Add an "execute" method to invoke the body so
         we can avoid using the coderef overload (Sartak)
@@ -14,10 +14,15 @@ Revision history for Perl extension Class-MOP.
         times we call get_method_map when bootstrapping the MOP. This
         might make loading Class::MOP (and Moose) a little
         faster. (Dave Rolsky)
-    * Class::MOP::Class
       - Implemented an optional XS version of get_method_map. Mostly
         taken from a patch by Goro Fuji (rt.cpan.org #41080), with
         help form Florian Ragwitz. (Dave Rolsky)
+      - Make the behaviour of of get_all_package_symbols (and
+        therefore get_method_map) consistent for stub methods. Report
+        and test by Goro Fuji (rt.cpan.org #41255). (Florian Ragwitz)
+    * Class::MOP::Immutable
+      - Added a new attribute, inlined_constructor, which is true if
+        the constructor was inlined.
 
 0.71 Wed November 26, 2008
     * Class::MOP::Class