From: Dave Rolsky Date: Wed, 3 Dec 2008 03:23:42 +0000 (+0000) Subject: Document latest speed tweak X-Git-Tag: 0.62_01~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2484489fab8d3c2f56482e13b1a42489a9bd7431;p=gitmo%2FMoose.git Document latest speed tweak --- diff --git a/Changes b/Changes index 4c94667..83a7134 100644 --- 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