Updated Changes
Sebastian Riedel [Sat, 16 Apr 2005 16:26:17 +0000 (16:26 +0000)]
Changes
lib/Catalyst.pm

diff --git a/Changes b/Changes
index 5ab6c41..61c565f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Catalyst.
 
+5.01  XXX Apr XX XX:00:00 2005
+        - some documentation bugs fixed
+
 5.00  Fri Apr 15 18:00:00 2005
         - new core to support inheritance trees
         - new syntax for action declaration
index 3c9cf83..6e70b81 100644 (file)
@@ -9,7 +9,7 @@ use Text::ASCIITable;
 
 __PACKAGE__->mk_classdata($_) for qw/dispatcher engine log/;
 
-our $VERSION = '5.00';
+our $VERSION = '5.01';
 our @ISA;
 
 =head1 NAME