X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b135616d2923b901187ae2070eef1d68ba976ef9;hb=226d1c35c31ebc68b3214fe8b33912d06d2c5b2f;hp=3a6ad78e22e45ca85955114e1761a948b61f7d9f;hpb=574d9b690cd9687feed73e81adf35ed589f0d7eb;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 3a6ad78..b135616 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for DBIx::Class * New Features / Changes + - Extend 'proxy' relationship attribute - Use DBIx::Class::Storage::Debug::PrettyPrint when the environment variable DBIC_TRACE_PROFILE is set, see DBIx::Class::Storage for more information @@ -44,6 +45,9 @@ Revision history for DBIx::Class when thrown from udner DBIC (e.g. from txn_do) - No longer disconnecting database handles supplied to connect via a coderef + - Fixed t/inflate/datetime_pg.t failures due to a low dependency + on DateTime::Format::Pg (RT#61503) + - Fix dirtyness detection on source-less objects * Misc - Refactored capability handling in Storage::DBI, allows for