Fix missing handling of on_(dis)connect* failures
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 0a3ea8a..909894c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@ Revision history for DBIx::Class
           specific DateTime::Format dependencies
 
     * Fixes
+        - Ensure failing on_connect* / on_disconnect* are dealt with properly,
+          notably on_connect* failures now properly abort the entire connect
         - Fix corner case of stringify-only overloaded objects being used in
           create()/populate()