identifier, not indentifier
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 6ff83eb..24f052b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,37 @@
 Revision history for Perl extension Class-MOP.
 
-0.55
+0.56
+    * Class::MOP
+      - we now get the &check_package_cache_flag
+        function from MRO::Compat
+
+    * Class::MOP::Attribute
+      - add has_read_method and has_write_method
+     
+    * Class::MOP::Immutable
+      - added the ability to "wrap" methods when 
+        making the class immutable
+        
+    * Class::MOP::Class
+      - now handling the edge case of ->meta->identifier
+        dying by wrapping add_package_symbol to specifically 
+        allow for it to work.
+        - added tests for this
+
+0.55 Mon. April 28, 2008
+    - All classes now have proper C3 MRO support
+      - added MRO::Compat as a dependency to allow
+        for the C3 MRO support to Just Work in all
+        perl versions
+    
     * 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