Release 0.03003 0.03003
Alexander Hartmaier [Thu, 20 Jan 2011 16:43:44 +0000 (17:43 +0100)]
Changes
lib/DBIx/Class/Tree.pm

diff --git a/Changes b/Changes
index 8cdbe24..1582bd1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 
 Revision history for DBIx::Class::Tree
 
+0.03003 2011-01-20
+    - The repository has been migrated from subversion to git
     - Optimized is_leaf to not trigger another query if the children
       releationship is prefetched
 
index 47e5a56..19bff08 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use base qw( DBIx::Class );
 
-our $VERSION = '0.03002';
+our $VERSION = '0.03003';
 
 1;
 __END__