From: Rafael Kitover Date: Wed, 1 Jun 2011 04:43:25 +0000 (-0400) Subject: update Changes X-Git-Tag: 0.07011~87 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5c9c286699f879baedd205cb08af6657fd16668;hp=b41db47d0e1d5ca19ce8054c9559c48adbe787f7;p=dbsrgits%2FDBIx-Class-Schema-Loader.git update Changes --- 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