devrel 0.08249_05
Matt Phillips [Fri, 26 Apr 2013 13:59:52 +0000 (09:59 -0400)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 14a1c77..5f4d7b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -56,6 +56,8 @@ Revision history for DBIx::Class
         - Even more robust behavior of GenericSubQuery limit dialect
         - Make sure deployment_statements() and cursor_class() are called on
           a resolved storage subclass
+        - fixes cache-miss bug when adding empty caches to related resultsets
+          chained off prefetched objects
 
     * Misc
         - Fix tests failing due to unspecified resultset retrieval order
index 3e6a982..0695e43 100644 (file)
@@ -11,7 +11,7 @@ our $VERSION;
 # $VERSION declaration must stay up here, ahead of any other package
 # declarations, as to not confuse various modules attempting to determine
 # this ones version, whether that be s.c.o. or Module::Metadata, etc
-$VERSION = '0.08249_04';
+$VERSION = '0.08249_05';
 
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases