added code and tests for Componentized::ensure_class_found and load_optional_class
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index bfa7693..6df8074 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for DBIx::Class
 
 0.06999_02 sometime?
         - Fixed up POD::Coverage tests, filled in some POD holes
+        - Added a warning for incorrect component order in load_components
+       - Fixed resultset bugs to do with related searches
 
 0.06999_01 2006-05-28 17:19:30
         - add automatic naming of unique constraints
@@ -30,6 +32,8 @@ Revision history for DBIx::Class
           ColumnCase is loaded
         - reorganized and simplified tests
         - added Ordered
+        - added the ability to set on_connect_do and the various sql_maker
+          options as part of Storage::DBI's connect_info.
 
 0.06003 2006-05-19 15:37:30
         - make find_or_create_related check defined() instead of truth