update Changes
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index b246b9f..c572153 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for DBIx::Class
 
+        - Fixed t/60core.t in the absence of DateTime::Format::MySQL
+
+0.07999_04 2007-06-01 14:04:00
+        - pulled in Replication storage from branch and marked EXPERIMENTAL
         - fixup to ensure join always LEFT after first LEFT join depthwise
         - converted the vendor tests to use schema objects intead of schema
           classes, made cleaned more reliable with END blocks
@@ -19,7 +23,6 @@ Revision history for DBIx::Class
           not a foreign constraint is needed
         - resultset_class/result_class now (again) auto loads the specified
           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
         - More documentation updates