X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=35498aefcaeeb910637180d4f9fd298911a6c423;hb=3520183497fd1ee92daf6c52d79f2bb9b6e99691;hp=43968e6c277a8ae7990e9e0f6d0346c2cc141356;hpb=97c762642e6e383a155d9b12767962797167681a;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 43968e6..35498ae 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for DBIx::Class + - 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