X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=09bfebb855e6601b5697f3b84fe7421b9e2457bf;hp=33f24a5fb1fba8dd3a16c6ce414434a639400776;hb=35f5c265f7114c98663ac471e54b4ea9e34b3f37;hpb=e493ecb281730e358d23551d4addc5157b850892 diff --git a/Changes b/Changes index 33f24a5..09bfebb 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,8 @@ Revision history for DBIx::Class - Properly quote table name on INSERT with no values - Work around possible Storage destruction warnings - Fix count of grouped resultsets using HAVING with aliases + - Setting belongs_to columns/relationships no longer leaves the + FK value and related object out of sync * Misc - Switch all serialization to use Storable::nfreeze for portable