swapped ACCEPT_CONTEXT for COMPONENT, also added the on_connect_do and sql_maker...
[catagits/Catalyst-Model-DBIC-Schema.git] / Changes
diff --git a/Changes b/Changes
index 57cfb74..f297971 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,15 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
-0.09  Not released yet
+0.11  Not yet released
+        - Removed on_connect_do config setting
+        - Support for on_connect_do and sql_maker options as part
+          of connect_info in the same way DBIx::Class will, with
+          compat for current DBIx::Class
+        - Changed resultset shortcuts to use COMPONENT instead of
+         ACCEPT_CONTEXT, should be more efficient.
+
+0.10  Wed Mar 22 07:06:02 UTC 2006
+        - Added on_connect_do config setting
         - Added convenience method for ->schema->storage from paulm
 
 0.08  Tue Feb 28 00:04:16 UTC 2006