Document latest speed tweak
Dave Rolsky [Wed, 3 Dec 2008 03:23:42 +0000 (03:23 +0000)]
Changes

diff --git a/Changes b/Changes
index 4c94667..83a7134 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,11 @@ Revision history for Perl extension Moose
       - use the method->execute API for BUILDALL
         and DEMOLISHALL (Sartak)
 
+    * Moose::Util::TypeConstraints
+      - We now make all the type constraint meta classes immutable
+        before creating the default types provided by Moose. This
+        should make loading Moose a little faster. (Dave Rolsky)
+
 0.62 Wed November 26, 2008
     * Moose::Meta::Role::Application::ToClass
       Moose::Meta::Role::Application::ToRole