X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=da4dc7a5d79a6fbfec62dafcdab4123e456518a1;hb=d5c9c286699f879baedd205cb08af6657fd16668;hp=8b8f0f1ce5e0b5d8445314552244022c35499807;hpb=f92914ef6ef660c0893cc925ca245ac5ce9685f6;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index 8b8f0f1..da4dc7a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - remove '$table has no primary key' warning - added uniq_to_primary option to promote unique keys to primary keys (RT#25944) - support arrayrefs for result_namespace and resultset_namespace