Remove the "row-by-row shift" Ordered.pm pessimization
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 7b3d781..a6b9cf7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,6 +14,8 @@ Revision history for DBIx::Class
         - 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