Adjust tests to work correctly with the upcoming Test::Builder 1.005
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 71b24e4..989a8ff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,7 @@ Revision history for DBIx::Class
     * Misc
         - Centralized leak-checks for all instances of DBICTest::Schema
           from within any test
+        - Now passes all tests with Test::Builder 1.005
         - Codebase is now trailing-whitespace-free
         - Cleanup of complex resultset update/delete oprations - storage
           specific code moved back to ResultSet and replaced by checks