branch-for-an-idea
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 018d631..75567e3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,20 +1,29 @@
 Revision history for Perl extension Class-MOP.
 
-0.35
+0.35 Sat. Sept. 30, 2006
+
+    * scripts/class_browser.pl
+      - initial prototype of a class browser, more 
+        on this to come. Comments and patches are 
+        very much welcome.
 
     * Class::MOP
-      - non-generated accessors are no longer 
-        copied, but instead are aliased from 
-        the originals
+      - All Class::MOP::* accessors are no longer 
+        re-generated in the bootstrap, instead 
+        they are aliased from the originals
+        - fixed tests to reflect
       - added Class::MOP::Method (and its subclasses) 
         to the bootstrap
         - adjusted tests for this
+      - added the Class::MOP::Instance attributes
+        to the bootstrap
     
     * Class::MOP::Method
       *** API CHANGE ***
       - methods are no longer blessed CODE refs
         but are actual objects which can be CODE-ified
         - adjusted tests to compensate
+        - adjusted docs for this        
 
     * Class::MOP::Class
       - changed how methods are dealt with to 
@@ -26,6 +35,7 @@ Revision history for Perl extension Class-MOP.
         a duplicate name, and properly removes the 
         old one before installing the new one
         - added tests for this
+        - adjusted docs for this
     
     * Class::MOP::Class::Immutable
       - added caching of &get_method_map