tweak changes
Stevan Little [Sat, 30 Sep 2006 19:28:53 +0000 (19:28 +0000)]
Changes

diff --git a/Changes b/Changes
index e78ae34..65e6585 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,11 +8,9 @@ Revision history for Perl extension Class-MOP.
         very much welcome.
 
     * Class::MOP
-      - accessors are no longer generated, instead 
+      - All Class::MOP::* accessors are no longer 
+        re-generated in the bootstrap, instead 
         they are aliased from the originals
-        - this means that the bootstrap will no longer 
-          re-compiles accessors so as to keep the MOP 
-          compile-time fast        
         - fixed tests to reflect
       - added Class::MOP::Method (and its subclasses) 
         to the bootstrap