ready-for-release
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 7831c7e..8d5e5a8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,24 @@
 Revision history for Perl extension Class-MOP.
 
-0.30 Sat. May 6, 2006
+0.29_02 Thurs. June 22, 2006
+    ++ DEVELOPER RELEASE ++
+    * Class::MOP::Class
+      - small change in &create so that it behaves 
+        properly when inherited
+      - small fix to &clone_instance
+
+0.29_01 Fri. May 12, 2006
+    ++ DEVELOPER RELEASE ++
+      - This release works in combination with 
+        Moose 0.09_01, it is a developer release
+        because it introduces a new instance 
+        sub-protocol and has not yet been 
+        optimized.  
+
     * 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