Only load DBICTest::Schema when needed in tests
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 213fd73..cb3f5be 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,8 @@ Revision history for DBIx::Class
 
     * Misc
         - Speed up skipping CDBICompat tests when dependencies are missing
+        - Avoid loading DBICTest::Schema unnecessarily in tests that
+          are being skipped
 
 0.082800 2014-09-25 14:45 (UTC)
     * Known Issues