Prep for release
Kennedy Clark [Wed, 7 Oct 2009 09:07:27 +0000 (09:07 +0000)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index 2fec753..52d5ee2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,15 @@
 Revision history for Catalyst-Manual
 
+5.8001 06 Oct 2009
         - Tutorial
             - Fix RT #46760
             - Fix RT #46618
+            - Fix cat-install script URL
             - Fix typos
             - Replace reference to deprecated CatalystX::ListFramework::Builder
               with Catalyst::Plugin::AutoCRUD
+        - Other
+            - Lots of updates thanks to t0m
             - Update development process / core team docs
             - Cookbook fixes WRT authorization
             - Better description of application setup process
index 74cc170..291e6dd 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.8000';
+our $VERSION = '5.8001';
 
 =head1 NAME