AccessorGroup is now a Class::Accessor::Grouped subclass
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index aba03f9..a4eb220 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for DBIx::Class
 
-       - ensure_class_loaded handles non-classnames better.
+        - DBIx::Class::AccessorGroup made empty subclass of
+          Class::Accessor::Grouped
+        - ensure_class_loaded handles non-classnames better.
         - non-destructive hashref handling for connect_info options
         - count no longer returns negative values after slice
           (report and test from JOHANL)