Fix stupid optimizer bug with has_many joined over might_have
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index c5220ec..4b1567a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -60,6 +60,8 @@ Revision history for DBIx::Class
           sub-selects in the selectors list (correlated subqueries)
         - Fix inconsistency between $rs->next with and without HRI when all
           the "root" columns are in fact injected from the right rs side
+        - Fix the join optimizer to correctly preserve the non-multi path to
+          a multi relationship ( x -> might_have y -> has_many z )
 
     * Misc
         - Rewire all warnings to a new Carp-like implementation internal