prep release v0.27
Brian Cassidy [Thu, 13 Aug 2009 12:47:17 +0000 (12:47 +0000)]
Changes
lib/Catalyst/Plugin/ConfigLoader.pm

diff --git a/Changes b/Changes
index 0a17618..51d6b40 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
 
+0.27  Thu Aug 13 2009
+    - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651)
+
 0.26  Mon Aug 10 2009
     - Fix test to not need "parent" (RT #48547)
     - Do not localize %ENV, rather, remove potentially conflicting
index efb80b4..29a7abc 100644 (file)
@@ -8,7 +8,7 @@ use MRO::Compat;
 use Data::Visitor::Callback;
 use Catalyst::Utils ();
 
-our $VERSION = '0.26';
+our $VERSION = '0.27';
 
 =head1 NAME