X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=c4161698fd8257ae53a4a5da1720e07871b982b6;hp=368e47d7939ea09c27d91e093ffcc67dafaada8c;hb=cb136e67f71c272de046dfab5cec183f78cb5e08;hpb=348d7c84763280fc5ac6eae3594d2309cd7e731f diff --git a/Changes b/Changes index 368e47d..c416169 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for DBIx::Class + - throw a clear exception when user tries multi-has_many prefetch + - SQLT parser prefixes index names with ${table}_idx_ to avoid clashes - mark ResultSetManager as deprecated and undocument it - pod fix (RT #32988) - add Test::Exception to test requirements (RT #34256)