X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9cc1d49136a979aa9f62eee62d4acc9ef32db629;hb=7411a51d00e95faf27cddde9abcf502bb94a7bc9;hp=082475a3502b3f42e847a9ce7b921a4eaacbb177;hpb=7f95ea9928d36f9bd41f3c3f45fcb84a62f35577;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 082475a..9cc1d49 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,9 @@ Revision history for DBIx::Class * Fixes - Protect destructors from rare but possible double execution, and loudly warn the user whenever the problem is encountered (GH#63) + - Relax the 'self_result_object' argument check in the relationship + resolution codepath, restoring exotic uses of inflate_result + http://lists.scsys.co.uk/pipermail/dbix-class/2015-January/011876.html - Fix updating multiple CLOB/BLOB columns on Oracle - Fix exception on complex update/delete under a replicated setup http://lists.scsys.co.uk/pipermail/dbix-class/2015-January/011903.html