c3 tests and details
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 8b3297a..fd58507 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,17 @@
 Revision history for Perl extension Class-MOP.
 
 0.55
+    ~   added MRO::Compat as a dependency    ~
+    ~ all classes now have proper c3 support ~
+    
     * Class::MOP::Class
       - rebless_instance now returns the instance 
         it has just blessed, this is mostly to 
         facilitate chaining
       - set the attr correctly in rebless_instance 
         when it has no init_arg
+      - tweaked &linear_isa and &class_precedence_list
+        to support c3 classes.
 
 0.54 Fri. March, 14, 2008
     * Class::MOP