X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=04dbd479d03301b2f25b7ab2486acb9f4375bb26;hb=704a0f8ec36f8bd8e273f5ddb553b2f67ea83f06;hp=c010a79a301e0bf79bb0db6c37eb6f7da4f5ccc1;hpb=859b7922ff43f671aa6bf2f00d7c8b05ec0cedbb;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index c010a79..04dbd47 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for DBIx::Class + * New Features / Changes + - Changing the result_class of a ResultSet in progress is now + explicitly forbidden. The behavior was undefined before, and + would result in wildly differing outcomes depending on $rs + attributes. + 0.08209 2013-03-01 12:56 (UTC) * New Features / Changes - Debugging aid - warn on invalid result objects created by what