Remove the "row-by-row shift" Ordered.pm pessimization
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 1e3dfbd..a6b9cf7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,9 @@ 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
+        - Remove useless vestigial pessimization in Ordered.pm for cases 
+          when the position column is part of a unique constraint
 
     * Misc
         - Codebase is now trailing-whitespace-free