X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=83098b847965f425c118e0e34c29b6b6919cb128;hb=1605376709663b035385b41828ce13ae3ed45a4d;hp=be237c077860395357997e1a6f22ba66e7157565;hpb=628c2218474df27bad701b02cf3bffe502b89fd4;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index be237c0..83098b8 100644 --- 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