X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=dc95be02fce4a419237a5643b3dc7429b715ee6a;hb=b6b65a3e1ec6603147c13a96d4f753f7a57d4d89;hp=600beaf42bfd637e16c2afc555734c6d1e13d93f;hpb=484c9dda865880cd4e1cda8e0117f1d073a6aa7e;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 600beaf..dc95be0 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,15 @@ Revision history for DBIx::Class +0.04001 + - Fix so set_inflated_column calls set_column + - Allow syntax errors in relationship classes to be reported. + +0.04 2005-11-26 - Moved get_simple and set_simple into AccessorGroup - Made 'new' die if given invalid columns + - Added has_column and column_info to Table.pm + - Refactored away from direct use of _columns and _primaries + - Switched from NEXT to Class::C3 0.03004 - Added an || '' to the CDBICompat stringify to avoid null warnings