Updated version to 0.03001, added bug fixes to Changes
Matt S Trout [Fri, 23 Sep 2005 17:18:52 +0000 (17:18 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 2c6a9d1..9c3bd14 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for DBIx::Class\r
 \r
-0.03\r
+0.03001\r
+        - Fixes to relationship helpers\r
+        - IMPORTANT: prefetch/schema combination bug fix\r
+\r
+0.03   2005-09-20\r
         - Paging support\r
         - Join support on search\r
         - Prefetch support on search\r
index db6eda0..40164e6 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use vars qw($VERSION);
 use base qw/DBIx::Class::Componentised/;
 
-$VERSION = '0.03';
+$VERSION = '0.03001';
 
 
 1;