tests cleaned a little, added autoloading of on-disk class defs, added currently...
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 5280932..495271c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+0.02001 Not Yet Released...
+        - 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.
+
+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.
+
 0.01003 Mon Feb  6 14:57:56 UTC 2006
         - Fixed the has_many side of _make_cond_rel