Fix custom-relationships on resultsources with multilevel monikers
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 32559b7..b99dc97 100644 (file)
--- a/Changes
+++ b/Changes
@@ -58,6 +58,12 @@ Revision history for DBIx::Class
         - Fix populate() with \[], arrays (datatype) and other exotic values
         - Fix complex limits (RNO/RowNum/FetchFirst/Top/GenSubq) with
           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 )
+        - Fix object-derived custom-relationship resultsets to resultsources
+          with multilevel monikers (e.g. $schema->source('Foo::Bar') )
 
     * Misc
         - Rewire all warnings to a new Carp-like implementation internal
@@ -66,6 +72,8 @@ Revision history for DBIx::Class
         - Greatly reduced loading of non-essential modules to aid startup
           time (mainly benefiting CGI users)
         - Make sure all namespaces are clean of rogue imports
+        - Dropped DBI req 2 years back - everything works with 1.57, no
+          point requiring something newer
 
 0.08190-TRIAL 2011-01-24 15:35 (UTC)