Remove the "row-by-row shift" Ordered.pm pessimization
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 85dc399..a6b9cf7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,11 @@ Revision history for DBIx::Class
           instead
         - Fix SkipFirst and FirstSkip limit dialects (Informix and Firebird)
         - 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