fix up stupid mistake I made merging
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index b135908..cff1189 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,7 +9,10 @@ Revision history for DBIx::Class
           is_foreign_key_constrain to allow explicit control over wether or
           not a foreign constraint is needed
         - resultset_class/result_class now (again) auto loads the specified
-          class; requires Class::Accessor::Grouped 0.05001+
+          class; requires Class::Accessor::Grouped 0.05002+
+        - added 97result_class.t test, failing ATM
+        - added get_inflated_columns to Row
+        - %colinfo accessor and inflate_column now work together
 
 0.07006 2007-04-17 23:18:00
         - Lots of documentation updates