Removed Class::Data::Accessor and DBIx::Class::AccessorGrouped and
[dbsrgits/DBIx-Class-Historic.git] / Changes
diff --git a/Changes b/Changes
index d93f058..719bfd2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,6 +16,12 @@ Revision history for DBIx::Class
         - columns_info_for is deprecated, and no longer runs automatically.
           You can make it work like before via
           __PACKAGE__->column_info_from_storage(1) for now
+        - Replaced DBIx::Class::AccessorGroup and Class::Data::Accessor with
+          Class::Accessor::Grouped. Only user noticible change is to 
+          table_class on ResultSourceProxy::Table (i.e. table objects in 
+          schemas) and, resultset_class and result_class in ResultSource. 
+          These accessors no longer automatically require the classes when
+          set.
 
 0.07003 2006-XX-XX XX:XX:XX
         - Tweaks to resultset to allow inflate_result to return an array