From: Alexander Hartmaier Date: Thu, 20 Jan 2011 16:43:44 +0000 (+0100) Subject: Release 0.03003 X-Git-Tag: 0.03003^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Tree.git;a=commitdiff_plain;h=49044e3efefbe349ecdc66ea3840801604d7a79c Release 0.03003 --- diff --git a/Changes b/Changes index 8cdbe24..1582bd1 100644 --- 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 diff --git a/lib/DBIx/Class/Tree.pm b/lib/DBIx/Class/Tree.pm index 47e5a56..19bff08 100644 --- a/lib/DBIx/Class/Tree.pm +++ b/lib/DBIx/Class/Tree.pm @@ -6,7 +6,7 @@ use warnings; use base qw( DBIx::Class ); -our $VERSION = '0.03002'; +our $VERSION = '0.03003'; 1; __END__