From: Rafael Kitover Date: Fri, 28 Oct 2011 16:46:01 +0000 (-0400) Subject: update Changes with schema_base_class fix X-Git-Tag: 0.07011~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=d3b8acfc9d64708b7a0dc251ec0241e3285d2959 update Changes with schema_base_class fix --- diff --git a/Changes b/Changes index 7442c61..79ef450 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - implement schema_base_class and schema_components for dynamic and + working schemas - remove dependency on File::Slurp - allow the constraint and exclude options to be used simultaneously (bphillips)