foo
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 01e044a..1586ebc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,35 @@
 Revision history for Perl extension Class-MOP.
 
-0.26
+0.30 Mon. May 8, 2006
+    * Class::MOP::Class
+      - anon-classes are now properly garbage collected
+        - added tests for this 
+      - improved method modifier wrapping 
+
+    * Class::MOP::Instance
+      - added new instance protocol
+        - added tests for this
+      - changed all relevant modules and examples
+        - Class::MOP::Class
+        - Class::MOP::Attribute
+        - examples/*
+
+    * metaclass
+      - you no longer need to specify the metaclass
+        itself, if it is not there, Class::MOP::Class
+        is just assumed
+        - updated tests for this
+
+    * examples/
+      - added ArrayBasedStorage example to show 
+        instance storage using ARRAY refs instead of
+        HASH refs. 
+        - added tests for this
+      - InsideOutClass is totally revised using the 
+        new instance protocol
+        - added more tests for this
+
+0.26 Mon. April 24, 2006
     * Class::MOP::Class
       - added find_attribute_by_name method
         - added tests and docs for this