release stuff for 0.02003
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index d866f40..1897139 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,26 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+0.02003 Sun Feb 19 20:42:01 UTC 2006
+        - Deprecated arguments: dsn, user, password, options
+        - New argument: connect_info
+
+0.02002 Sat Feb 18 19:53:12 UTC 2006
+        - Added moniker_map and inflect_map
+
+0.02001 Fri Feb 17 20:25:40 UTC 2006
+        - tests fixed up a bit
+        - auto-loading of on-disk class definitions layered on top
+          of the generated definitions (create Foo::Schema::Bar, then
+          also try to ->require it if it exists on disk).
+        - new parameters components and resultset_components, which do
+          the obvious for the generated table classes.
+        - DBIx::Class pre-req bumped to 0.05006, since Schema::Loader
+          is virtually gauranteed to cause subtle mod_perl problems
+          without those fixes.
+
+0.02000 Sun Feb 12 22:43:47 UTC 2006
+        - Just docs/version update, 0.01004 code released as 0.02000
+
 0.01004 Tue Feb  7 03:58:01 UTC 2006
         - No longer tries to parse out the table name from the dsn for mysql,
           was unneccesary vestigial code from previous method.