0.46
Stevan Little [Wed, 28 May 2008 06:26:02 +0000 (06:26 +0000)]
Changes

diff --git a/Changes b/Changes
index 357ff2b..7658dca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
 Revision history for Perl extension Moose
 
-0.46
+0.46 Wed. May 28, 2008
+    !! This version now approx. 20-25% !!
+    !! faster with new Class::MOP 0.57 !!
+
+    * Moose::Meta::Class
+      - some optimizations of the &initialize method
+        since it is called so often by &meta    
+        
     * Moose::Meta::Class
       Moose::Meta::Role
       - now use the get_all_package_symbols from the 
@@ -8,6 +15,12 @@ Revision history for Perl extension Moose
         faster
     
     * Moose::Meta::Method::Destructor
+      - is_needed can now also be called as a class 
+        method for immutablization to check if the 
+        destructor object even needs to be created 
+        at all
+    
+    * Moose::Meta::Method::Destructor
       Moose::Meta::Method::Constructor
       - added more descriptive error message to help 
         keep people from wasting time tracking an error