Fix embarrassing leak triggered on calling new_related on an uninserted object
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 1e3dfbd..7b3d781 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,7 @@ Revision history for DBIx::Class
         - A number of corner case fixes of void context populate() with \[]
         - Fix corner case of forked children disconnecting the parents DBI
           handle
+        - Fix leakage of $schema on in-memory new_related() calls
 
     * Misc
         - Codebase is now trailing-whitespace-free