test fixups
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 1692e35..f080fd7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,29 @@
 Revision history for DBIx::Class
 
+        - Test cleanup and doc note (ribasushi)
+        - More documentation updates
+        - Error messages from ->deploy made more informative
+        - connect_info will now always return the arguments it was
+          originally given
+        - A few small efficiency improvements for load_classes
+          and compose_namespace
+
+0.07006 2007-04-17 23:18:00
+        - Lots of documentation updates
+        - deploy now takes an optional 'source_names' parameter (dec)
+        - Quoting for for columns_info_for
+        - RT#25683 fixed (multiple open sths on DBD::Sybase)
+        - CDBI compat infers has_many from has_a (Schwern)
+        - Fix ddl_filename transformation (Carl Vincent)
+
+0.07005 2007-01-10 18:36:00
+        - fixup changes file
+        - remove erroneous .orig files - oops
+
+0.07004 2007-01-09 21:52:00
+        - fix find_related-based queries to correctly grep the unique key
+        - fix InflateColumn to inflate/deflate all refs but scalar refs
+
 0.07003 2006-11-16 11:52:00
         - fix for rt.cpan.org #22740 (use $^X instead of hardcoded "perl")
         - Tweaks to resultset to allow inflate_result to return an array