Lazy-load as many of the non-essential modules as possible
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 1d06025..d18dea6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -24,6 +24,8 @@ Revision history for DBIx::Class
 
     * Misc
         - Only load Class::C3 and friends if necessary ($] < 5.010)
+        - Greatly reduced loading of non-essential modules to aid startup
+          time (mainly benefiting CGI users)
 
 0.08127 2011-01-19 16:40 (UTC)
     * New Features / Changes