update Changes with schema_base_class fix
Rafael Kitover [Fri, 28 Oct 2011 16:46:01 +0000 (12:46 -0400)]
Changes

diff --git a/Changes b/Changes
index 7442c61..79ef450 100644 (file)
--- 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)