Don't iterate over all package symbols only to check if there is at least one method.
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 3606965..ae9d362 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,15 @@
 Revision history for Perl extension Class-MOP.
 
+0.79
+    * Class::MOP::Class
+    * Class::MOP::Instance
+      - Reblessing into a package that supports overloading wasn't
+        properly adding overload magic to the object due to a bug
+        in (at least) 5.8.8. We now use $_[1] directly which seems
+        to set the magic properly. (Sartak)
+
 0.78 Mon, February 23, 2009
-    * No changes from 0.78
+    * No changes from 0.77_01
 
 0.77_01 Sun, February 22, 2009
     * Everything
@@ -10,7 +18,7 @@ Revision history for Perl extension Class-MOP.
         Perl version of the code. A Moose test would fail when run
         against the pure Perl version of this code.
 
-    * Moose::Meta::Instance
+    * Class::MOP::Instance
       - The inline_* methods now quote attribute names themselves, and
         don't expect to receive a quoted value.