versioned and tagged for release 0.014
John Napiorkowski [Tue, 31 Aug 2010 02:54:52 +0000 (22:54 -0400)]
Changes
lib/CatalystX/Declare.pm

diff --git a/Changes b/Changes
index d3cd716..ce489f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,10 @@
+[0.014] Mon Aug 30 22:52:30 EST 2010
+    - Fixed regression introduced in last version related to how
+      we expand 'shortname' actionrole namespaces.  We now revert
+      to the old behavior until we can reconcile with what is done
+      in Catalyst::Controller::ActionRole.
+    - Created tests to prevent above regression in the future
+
 [0.013] Wed Aug 25 19:29:01 EST 2010
     - Controller now inherits from Catalyst::Controller::ActionRole
     - ActionRoles can now be parameterized
index 4c3c0ae..057c6a2 100644 (file)
@@ -11,7 +11,7 @@ class CatalystX::Declare extends MooseX::Declare is dirty {
 
     clean;
 
-    our $VERSION = '0.013';
+    our $VERSION = '0.014';
 
     around keywords (ClassName $self:) {
         $self->$orig,