X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=ed1bfa4e5d1e2d494cf4f7ec2d87a70fdae6f65d;hp=554b9d84458d401a6135ad55446e2f62ba88999e;hb=d763268755f6b9ee1d0d4d8442d989ef7c5a4d7d;hpb=a6646e1b0a25acfd21cc3e32b8c479dd0f3526ef diff --git a/Changes b/Changes index 554b9d8..ed1bfa4 100644 --- a/Changes +++ b/Changes @@ -37,6 +37,8 @@ Revision history for DBIx::Class - 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 + - Stop stripping newlines from SQL statements in the limit emulators + as it is possible that custom sql with comments was provided * Misc - Switch all serialization to use Storable::nfreeze for portable