From: Dave Rolsky Date: Mon, 15 Nov 2010 21:15:23 +0000 (-0600) Subject: Add native delegation lazy load change to Changes X-Git-Tag: 1.9900~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c96776ec9250659535b663e7bc3c1a58df40f0a;p=gitmo%2FMoose.git Add native delegation lazy load change to Changes --- diff --git a/Changes b/Changes index c95babb..0cb7c8e 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +NEXT + + [ENHANCEMENTS] + + * We now load the roles needed for native delegations only as needed. This + speeds up the compilation time for Moose itself. (doy) + + 1.19 Tue, Nov 2, 2010 [BUG FIXES]