Prep for release
Kennedy Clark [Wed, 27 May 2009 23:24:36 +0000 (23:24 +0000)]
Changes
lib/Catalyst/Manual.pm

diff --git a/Changes b/Changes
index 7b5b137..59ef7de 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,16 @@
 Revision history for Catalyst-Manual
 
+5.8000 27 May 2009
         - Tutorial:
             - Update for Catalyst 5.80
             - Update to "depluralize" the database names (big thanks to Kiffin Gish!)
             - Switch back to including numbers in chapter names (for proper sorting)
             - Add section to Ch 4: "Moving Complicated View Code to the Model"
             - Add section to Ch 3: "RenderView's 'dump_info' Feature"
+            - Misc fixes and updates (thanks to Anne Wainwright)
         - Other:
+            - Add some 5.8 and Moose-specific material to the new CatalystAndMoose.pod
+                (thanks to t0m and Sebastian Willert)
 
 5.7021  8 May 2009
         - Tutorial:
index a065adc..210c041 100644 (file)
@@ -6,7 +6,7 @@ package Catalyst::Manual;
 use strict;
 use warnings;
 
-our $VERSION = '5.8001';
+our $VERSION = '5.8000';
 
 =head1 NAME