X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=4a609e2d76e29e0cf5afeb0fb18bfe71f1b2ce59;hp=c1291c78d8c28d51842cf4ec0f1204eeff2015fc;hb=e66002835945589b7174d524ba5add64e714abd2;hpb=4783a9a4721bc599e46de0ef2eed00a900325396 diff --git a/Changes b/Changes index c1291c7..4a609e2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for DBIx::Class * New Features / Changes + - Add new -ident "function" indicating rhs is a column name + { col => { -ident => 'othercol' } } vs { col => \'othercol' } - Extend 'proxy' relationship attribute - Use DBIx::Class::Storage::Debug::PrettyPrint when the environment variable DBIC_TRACE_PROFILE is set, see