Add the change I made to Changes
Shawn M Moore [Sun, 8 Mar 2009 07:55:20 +0000 (03:55 -0400)]
Changes

diff --git a/Changes b/Changes
index 0c43c7b..ae9d362 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 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