release 0.900102
Arthur Axel "fREW" Schmidt [Thu, 24 Jun 2010 02:09:36 +0000 (02:09 +0000)]
Changes
lib/DBIx/Class/Journal.pm

diff --git a/Changes b/Changes
index 68134c6..903b7df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.900102 2010-06-23
+    - Fix a bad test and a silly assumption in population code
+
 0.900101 2010-05-11
     - Reupload because of a missing version number
 
index 05c6798..63978f4 100644 (file)
@@ -5,7 +5,7 @@ use base qw/DBIx::Class/;
 use strict;
 use warnings;
 
-our $VERSION = '0.900101';
+our $VERSION = '0.900102';
 $VERSION = eval $VERSION; # no errors in dev versions
 
 ## On create/insert, add new entry to AuditLog and new content to AuditHistory