Add native delegation lazy load change to Changes
Dave Rolsky [Mon, 15 Nov 2010 21:15:23 +0000 (15:15 -0600)]
Changes

diff --git a/Changes b/Changes
index c95babb..0cb7c8e 100644 (file)
--- 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]