]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/commitdiff
updated version
authorJohn Napiorkowski <johnn@John-Napiorkowski-MacBook-Pro.local>
Thu, 8 Apr 2010 15:40:35 +0000 (23:40 +0800)
committerjjn1056 <jjn1056@yahoo.com>
Thu, 8 Apr 2010 15:50:16 +0000 (23:50 +0800)
Changes
lib/DBIx/Class/ResultSet/RecursiveUpdate.pm

diff --git a/Changes b/Changes
index 0b557fdee0eea3112c2bee8730bd126bd9277cff..633803831c9014663f139d418e97b153ac6f55a4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx::Class::ResultSet::RecursiveUpdate
 
+0.013  Thu Apr 08 15:37:13 UTC  2010
+       Allow might_have relationships to be empty
+
 0.012  Thu Sep 10 19:44:25 CEST 2009 
        updating records linked to by many to many
 
index 04142321b223ac7e0e2530b45d0e2cb0c5d36088..d231fbb87019f921deac024d38fb69130e4b989c 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package DBIx::Class::ResultSet::RecursiveUpdate;
 
-our $VERSION = '0.012';
+our $VERSION = '0.013';
 
 use base qw(DBIx::Class::ResultSet);
 
This page took 0.022254 seconds and 4 git commands to generate.