X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a38c256a750452e8d593484efea48f7af5648147;hb=c6fa3170af14483e9d749931642fdd3000baa28c;hp=9aa2432853b1cda130b309de9d989f3edb173998;hpb=53998003f729b85b27a9e981875cfe5c753e0d28;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 9aa2432..a38c256 100644 --- a/Changes +++ b/Changes @@ -26,10 +26,13 @@ Revision history for DBIx::Class - Fix infinite loops on old perls with a recent Try::Tiny - Improve "fork()" on Win32 by reimplementing a more robust DBIC thread support (still problematic, pending a DBI fix) + - Properly quote table name on INSERT with no values * Misc - Switch all serialization to use Storable::nfreeze for portable architecture independent ice + - Fix the bogus META.yml dependency injection issue for good + - Refactor DBIx::Class::Storage::Statistics::debugfh() to be lazy 0.08124 2010-10-28 14:23 (UTC) * New Features / Changes