Add test for load_class on stashes with GVs without actual methods.
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 3e978b3..ae9d362 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 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.77_01
+
 0.77_01 Sun, February 22, 2009
     * Everything
       - This package now requires its XS components. Not using
@@ -7,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.