changelog 0.82_02
Yuval Kogman [Fri, 24 Apr 2009 17:08:42 +0000 (19:08 +0200)]
Changes

diff --git a/Changes b/Changes
index a8f5fae..0ba840d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for Perl extension Class-MOP.
 
 0.82_02 Fri, April 24, 2009
+    * Class::MOP::Method::Inlined
+      - Don't inline if the expected method is not defined at all (happens with
+        e.g. Moose::Object::_new is the expected method due to an overridden
+        name)
     * Tests
       - Some tests were trying to load Class::MOP::Immutable, which
         was removed in 0.82_01.