X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4495626de0a3c64bc745fbcb4317856558e2a7d0;hb=e3fc11e1540ac502176358aac2d2df20c7d90d7f;hp=529fe7f7ea9d48a0c4437c6667cd7e09488b3eda;hpb=263d5dccb56a347a1677bdad3779dcea11d9d5fb;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 529fe7f..4495626 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,21 @@ Revision history for DBIx::Class + - DBIx::Class::InflateColumn::File entered deprecated state + - DBIx::Class::Optional::Dependencies left experimental state + - Add req_group_list to Opt::Deps (RT#55211) + - Cascading delete/update are now wrapped in a transaction + for atomicity + - Fix regression where SQL files with comments were not + handled properly by ::Schema::Versioned. - Fix regression on not properly throwing when $obj->relationship is unresolvable + - Add has_relationship method to row objects + - Fix regression in set_column on PK-less objects + - Add POD about the significance of PK columns + - Fix for SQLite to ignore the (unsupported) { for => ... } + attribute + - Fix ambiguity in default directory handling of create_ddl_dir + (RT#54063) 0.08120 2010-02-24 08:58:00 (UTC) - Make sure possibly overwritten deployment_statements methods in