From: Rafael Kitover Date: Sat, 9 May 2009 11:52:52 +0000 (+0000) Subject: updated Changes X-Git-Tag: v0.08103~83^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f805f4c73748897b2b5089e9229d69f52b5e0ffe;hp=e532cb4b6bf15c76b2fb502132952276d3333b0d;p=dbsrgits%2FDBIx-Class.git updated Changes --- diff --git a/Changes b/Changes index 0704243..96eb0ad 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx::Class + - ::Storage::DBI::Replicated::Balancer::Random: + added master_read_weight + - ::Storage::DBI::Replicated: storage opts from connect_info, + connect_info merging to replicants, hashref connect_info support, + improved trace output, other bug fixes/cleanups - Refactor DBIx::Class::Storage::DBI::Sybase to automatically load a subclass, namely Microsoft_SQL_Server.pm (similar to DBIx::Class::Storage::DBI::ODBC)