X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d15c510880547bb51309b3bdf63d4228f7d6f250;hb=debccec366712b30efb0e43e4d263440992f8915;hp=963dc0ba332ac28524934ace9478f5527d484437;hpb=de0c4d94604fea1a2956bb41e3bec2fdac37dbd1;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 963dc0b..d15c510 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for DBIx::Class + - pod fix (RT #32988) + - add Test::Exception to test requirements (RT #34256) - make ash's build_requires/META.yml fixes work better - is_deferable support on relations used by the SQL::Translator parser @@ -25,6 +27,7 @@ Revision history for DBIx::Class - Added freeze, thaw and dclone methods to Schema so that thawed objects will get re-attached to the schema. - Moved dbicadmin to JSON::Any wrapped JSON.pm for a sane API + (also fixes RT #32393) - introduced DBIx::Class::set_inflated_columns - DBIx::Class::Row::copy uses set_inflated_columns