X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c1e5aa1a42e2b7a7d6d3258f5fd443f84fd909c7;hb=57947c1e4a49e62497082018ee417f54f67945c8;hp=e4b173336d56955183a74d9767b36bdd994e9407;hpb=8a67d9cf41e498c6e2fe7d79051d402cba4b7ec8;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e4b1733..c1e5aa1 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,8 @@ Revision history for DBIx::Class * Fixes - Ensure failing on_connect* / on_disconnect* are dealt with properly, notably on_connect* failures now properly abort the entire connect + - Make sure exception objects stringifying to '' are properly handled + and warned about (GH#15) - Fix corner case of stringify-only overloaded objects being used in create()/populate() - Fix several corner cases with Many2Many over custom relationships