Another overhaul of transaction/savepoint handling
[dbsrgits/DBIx-Class-Historic.git] / Changes
diff --git a/Changes b/Changes
index 4b1567a..b4f48a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -56,12 +56,15 @@ Revision history for DBIx::Class
           of SQL::Abstract >= 1.73
         - Fix using \[] literals in the from resultset attribute
         - Fix populate() with \[], arrays (datatype) and other exotic values
+        - Fix handling of rollbacks in nested transactions
         - 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