Updated version and Changes in prep for CPAN release
Rob Kinyon [Fri, 6 Nov 2009 01:03:32 +0000 (20:03 -0500)]
Changes
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index 4897ec1..b67c7c0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for DBIx-Class-Fixtures
 
+1.001004
+- Fixed problem where descending a has_many to something with two belongs_to
+  relationships wouldn't get the second belongs_to.
+
+1.001003
 - Fix t/var/configs/*.json to use valid JSON syntax
 - Fixed DateTime::Format dependencies
 
index fd96b1e..b6cd2a2 100644 (file)
@@ -26,11 +26,11 @@ __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
 
 =head1 VERSION
 
-Version 1.001000
+Version 1.001004
 
 =cut
 
-our $VERSION = '1.001003';
+our $VERSION = '1.001004';
 
 =head1 NAME