Pass relationship name to _resolve_condition explicitly
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index be237c0..83098b8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+0.08127 2011-01-19 16:40 (UTC)
     * New Features / Changes
         - Schema/resultsource instances are now crossreferenced via a new
           system guaranteeing leak-free mutually assured destruction
@@ -16,6 +17,8 @@ Revision history for DBIx::Class
           Previously (starting with 0.08124) an exception was thrown
 
     * Fixes
+        - A number of improvements/diagnostics of multiple active resultset
+          handling on MSSQL over DBD::ODBC
         - Revert default selection to being lazy again (eagerness introduced
           in 0.08125) - fixes DBIx::Class::Helper::ResultSet::RemoveColumns
         - Fix losing order of columns provided in select/as (regression from