update Changes + VERSION
Brian Cassidy [Wed, 21 Mar 2007 17:17:28 +0000 (17:17 +0000)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 7b4caae..03cbe0f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 This file documents the revision history for Perl extension Catalyst.
 
+5.7008  XXXX-XX-XX
         - Add warning in uri_for
+        - Allow "0" for a path in uri_for
 
 5.7007  2006-03-13 14:18:00
         - Performance and stability improvements to the built-in HTTP server.
index c290789..8dc5849 100644 (file)
@@ -61,7 +61,7 @@ __PACKAGE__->response_class('Catalyst::Response');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.7007';
+our $VERSION = '5.7008';
 
 sub import {
     my ( $class, @arguments ) = @_;
index 1970297..7b10648 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008001; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION='5.7007';
+our $VERSION='5.7008';
 
 =head1 NAME