X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=92853a33ff007371d7bae90bd888360e8409a338;hb=9ce9ec1036c3a67b4087b3f4a90bca09463c1e03;hp=1a34483add80d3aa1a3c8245a62e45e385e3ddd6;hpb=5efe4c7916e1fb2132c1b73ab4ddddbced317adb;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 1a34483..92853a3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx::Class +0.04999_02 2006-01-14 07:17:35 + - Schema is now self-contained; no requirement for co-operation + - add_relationship, relationships, relationship_info, has_relationship + - relationship handling on ResultSource + - all table handling now in Table.pm / ResultSource.pm - added GROUP BY and DISTINCT support - hacked around SQL::Abstract::Limit some more in DBIC::SQL::Abstract (this may have fixed complex quoting)