X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f3edc1f7ded2fce1e6d45ffef45b9e02bcb0a9b6;hb=32da104267aec90fe9105444ebe5f985dc488658;hp=3f32bd0d50493222ec764c715b59a42784f8a9b3;hpb=1346e22d4899edf837c77312259c3ebaaf71f602;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 3f32bd0..f3edc1f 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for DBIx::Class + - ->connection does nothing if ->storage defined and no args + (and hence ->connect acts like ->clone under the same conditions) + - Storage::DBI throws better exception if no connect info + - columns_info_for made more robust / informative - ithreads compat added, fork compat improved - weaken result_source in all resultsets + - Make pg seq extractor less sensitive. 0.05999_03 2006-03-14 01:58:10 - has_many prefetch fixes