X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6985ea772f8625edc8c1333743a92612aa0a9736;hb=d5130dd2ecbb3a4d31393332f6b4e419f251f427;hp=4e5e4e2f85cab4796ee4a304b68fa534bc236612;hpb=36f79eed2c7f2219caa185cd8f271981dc8d6d76;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index 4e5e4e2..6985ea7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for DBIx::Class + - added DBIx::Class::Schema::load_namespaces, alternative to + load_classes + - added source_info method for source-level metadata (kinda like + column_info) + - Some of ::Storage::DBI's code/docs moved to ::Storage + - DBIx::Class::Schema::txn_do code moved to ::Storage + - Storage::DBI now uses exceptions instead of ->ping/->{Active} checks + - Storage exceptions are thrown via the schema class's throw_exception + - DBIx::Class::Schema::throw_exception's behavior can be modified via + ->exception_action + - columns_info_for is deprecated, and no longer runs automatically. + You can make it work like before via + __PACKAGE__->load_column_info_from_storage for now + +0.07002 - cleared up Relationship docs, and fixed some typos - use ref instead of eval to check limit syntax (to avoid issues with Devel::StackTrace)