X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a5dd6889a07d3b6f11584324eae979ca16d1ac6a;hb=368a5228b107faaef1af5d09b0a25ea8bb603421;hp=bfa3bbf42e4c9b4c2169ce349e36b9186de65813;hpb=cb9fdccb2320feebf33c7e82e6724f6f6b4ad478;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index bfa3bbf..a5dd688 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for DBIx::Class + - add automatic naming of unique constraints + - marked DB.pm as deprecated and noted it will be removed by 1.0 + - add ResultSetColumn + - refactor ResultSet code to resolve attrs as late as poss + - merge prefetch attrs into join attrs + - add +select and +as attributes to ResultSet - added AutoInflate::DateTime component - refactor debugging to allow for profiling using Storage::Statistics - removed Data::UUID from deps, made other optionals required