add Changes and bump version
Justin Hunter [Sat, 5 Mar 2011 16:21:39 +0000 (08:21 -0800)]
Changes
lib/Reaction.pm

diff --git a/Changes b/Changes
index b066834..3d1cf60 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
 Revision history for Reaction
+0.002004 - 5 Mar 2011
+        - add a warning for people not using Reaction::Role(::Parameterized)
+        - silence m2m warnings during tests
+
 0.002003 - 4 Mar 2011
         - fixes for Moose 2
 
index 76db820..9e4fd3c 100644 (file)
@@ -1,5 +1,5 @@
 package Reaction;
 
-our $VERSION = '0.002003';
+our $VERSION = '0.002004';
 
 1;