X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6985ea772f8625edc8c1333743a92612aa0a9736;hb=d5130dd2ecbb3a4d31393332f6b4e419f251f427;hp=beee9bd722d65ea1310399342fed45d025abbc0e;hpb=a918d9014c5fc4684efb8b6c2abb84cf60d9c826;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index beee9bd..6985ea7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ 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) - remove_columns now deletes columns from _columns 0.07001 2006-08-18 19:55:00