X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f080fd747ffba08317e3fa2fb8ac9cfd5620f136;hb=8b621a877d0bfcaa308c4834b7f94274b1c4ce43;hp=1692e35e37a667ec20f976efd8527fb09bc9ba4b;hpb=8de06d81298c46c72c5674790b59940cb7283278;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 1692e35..f080fd7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,29 @@ Revision history for DBIx::Class + - Test cleanup and doc note (ribasushi) + - More documentation updates + - Error messages from ->deploy made more informative + - connect_info will now always return the arguments it was + originally given + - A few small efficiency improvements for load_classes + and compose_namespace + +0.07006 2007-04-17 23:18:00 + - Lots of documentation updates + - deploy now takes an optional 'source_names' parameter (dec) + - Quoting for for columns_info_for + - RT#25683 fixed (multiple open sths on DBD::Sybase) + - CDBI compat infers has_many from has_a (Schwern) + - Fix ddl_filename transformation (Carl Vincent) + +0.07005 2007-01-10 18:36:00 + - fixup changes file + - remove erroneous .orig files - oops + +0.07004 2007-01-09 21:52:00 + - fix find_related-based queries to correctly grep the unique key + - fix InflateColumn to inflate/deflate all refs but scalar refs + 0.07003 2006-11-16 11:52:00 - fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl") - Tweaks to resultset to allow inflate_result to return an array