From: Shawn M Moore <sartak@gmail.com>
Date: Tue, 24 Mar 2009 03:15:09 +0000 (-0400)
Subject: Document changes
X-Git-Tag: 0.78_02~2
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5f65de9f0bb714f0b3f4e2f594d4f6313f6feb6;p=gitmo%2FClass-MOP.git

Document changes
---

diff --git a/Changes b/Changes
index e9173ef..476d2df 100644
--- a/Changes
+++ b/Changes
@@ -13,6 +13,11 @@ Revision history for Perl extension Class-MOP.
       - The XS code used a macro, XSPROTO, that's only in 5.10.x. This
         has been fixed to be backwards compatible with 5.8.x.
 
+    * Class::MOP::Class
+      - Add a hook for rebless_instance_away (Sartak)
+      - Use blessed instead of ref to get an instance's class name
+        in rebless_instance. (Sartak)
+
 0.78_01 Wed, March 18, 2009
     * Class::MOP::*
       - Revised and reorganized all of the API documentation. All