Mention my perf tweaks in Changes
Dave Rolsky [Wed, 3 Dec 2008 03:14:14 +0000 (03:14 +0000)]
Changes

diff --git a/Changes b/Changes
index 1e772d7..725ba20 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,11 @@ Revision history for Perl extension Class-MOP.
         to remove some compile-time cost (Sartak)
       - Small speedup from eliminating several method
         calls (Sartak)
+    * Class::MOP::Class
+      - Some small internal tweaks to try to reduce the number of
+        times we call get_method_map when bootstrapping the MOP. This
+        might make loading Class::MOP (and Moose) a little
+        faster. (Dave Rolsky)
 
 0.71 Wed November 26, 2008
     * Class::MOP::Class