X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=031fdddd6193e3b0c03313354d59e6324b0849c7;hb=a9da9b6a57a597bc7e52c7e7ad7221eaa7ee6d14;hp=ea0bdfc67159b866735e99fff1a5003e473c40ed;hpb=1439bf153439341cdba3ed1e53141ed5a0575705;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index ea0bdfc..031fddd 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,7 @@ Revision history for DBIx::Class SQLite DDL (it is one of the few producers *NOT* quoting by default) - Back out self-cleaning from DBIx::Class::Carp for the time being (as a side effect fixes RT#86267) + - Fix incorrect internal use of implicit list context in copy() - Tests no longer fail if $ENV{DBI_DSN} is set - Throw clearer exception on ->new_related() with a non-existent relationship.